joachimschmidt557 / linenoize

A port of linenoise to zig
MIT License
55 stars 9 forks source link

remove `k32.SetConsoleMode` declaration and rename `utf16leToUtf8` #29

Closed teatov closed 3 months ago

teatov commented 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.

joachimschmidt557 commented 3 months ago

Thanks!