2 Oct
2024
2 Oct
'24
12:16 p.m.
WCMD_fgets()/WCMD_ReadFile() are called with either a handle returned from CreateFileW() or GetStdHandle(STD_INPUT_HANDLE). So using h == GetStdHandle(STD_INPUT_HANDLE) seems clear and consistent to me. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/6605#note_83885