diff options
| author | gingerBill <gingerBill@users.noreply.github.com> | 2025-08-02 12:55:05 +0100 |
|---|---|---|
| committer | gingerBill <gingerBill@users.noreply.github.com> | 2025-08-02 12:55:05 +0100 |
| commit | 5aec40e3e059e4ddbf8a004d61ba8d4883e6d281 (patch) | |
| tree | 501cf9ffefd332b2a998ad0b34f74f8ad6482345 /core/os/os2 | |
| parent | 7c281a9614d815fda4c3ac5fd53ce940662c3264 (diff) | |
Remove unneeded uses of `intrinsics.constant_utf16_cstring`
Diffstat (limited to 'core/os/os2')
| -rw-r--r-- | core/os/os2/file_windows.odin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/os/os2/file_windows.odin b/core/os/os2/file_windows.odin index d63702709..304cf99ac 100644 --- a/core/os/os2/file_windows.odin +++ b/core/os/os2/file_windows.odin @@ -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) |