Remove unneeded uses of intrinsics.constant_utf16_cstring

This commit is contained in:
gingerBill
2025-08-02 12:55:05 +01:00
parent 7c281a9614
commit 5aec40e3e0
3 changed files with 4 additions and 4 deletions

View File

@@ -919,7 +919,7 @@ win32_wstring_to_utf8 :: proc(s: cstring16, allocator: runtime.Allocator) -> (re
@(private="package")
win32_utf16_to_utf8 :: proc{
win32_utf16_string16_to_utf8,
win32_utf16_u16_to_utf8
win32_utf16_u16_to_utf8,
}
@(private="package", require_results)