Closed teatov closed 3 months ago
Remove pub extern "kernel32" fn SetConsoleMode since it was added to Zig in March and that caused error: ambiguous reference on Windows. Also rename utf16leToUtf8 because it was deprecated; renamed to utf16LeToUtf8.
pub extern "kernel32" fn SetConsoleMode
error: ambiguous reference
utf16leToUtf8
deprecated; renamed to utf16LeToUtf8
Thanks!
Remove
pub extern "kernel32" fn SetConsoleMode
since it was added to Zig in March and that causederror: ambiguous reference
on Windows. Also renameutf16leToUtf8
because it wasdeprecated; renamed to utf16LeToUtf8
.