https://bugs.winehq.org/show_bug.cgi?id=55197
Bug ID: 55197 Summary: ReadConsole blocks handler routines Product: Wine Version: 8.11 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: madebr@gmail.com Distribution: ---
Created attachment 74792 --> https://bugs.winehq.org/attachment.cgi?id=74792 Small example calling SetConsoleCtrlHandler + ReadConsoleA
Handler routines, set via SetConsoleCtrlHandler, are not executed when using ReadConsoleA.
When pressing <CTRL>+<C> in the attached source, the handler routine should get executed and print something.
Current wine master only returns from ReadConsoleA and prints nothing.