https://bugs.winehq.org/show_bug.cgi?id=15084
Alex Henrie alexhenrie24@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |alexhenrie24@gmail.com
--- Comment #10 from Alex Henrie alexhenrie24@gmail.com --- Created attachment 57273 --> https://bugs.winehq.org/attachment.cgi?id=57273 Test case and results
I played around with this today and Windows does not appear to handle this case consistently. The first time you call ReadConsoleInputW with a NULL count pointer, you get an error (or it just crashes), but if you call ReadConsoleInputW again with the same parameters, it pauses and waits for input. So, Wine's behavior here is not obviously incorrect.