21 Apr
2023
21 Apr
'23
6:48 a.m.
Just a nitpick, but why not use the CRT functions for output (instead of WriteConsole+WriteFile bits). Lots of .exe in programs/ use that construct because they've been written at a time where using msvcrt was a pain. This is no longer the case. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/2689#note_30821