https://bugs.winehq.org/show_bug.cgi?id=51740
Bug ID: 51740 Summary: WaitForMultipleObjects doesn't signal for stdin Product: Wine Version: 6.16 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: blocker Priority: P2 Component: kernel32 Assignee: wine-bugs@winehq.org Reporter: dklwajlkwadwwq@cock.li Distribution: ---
Created attachment 70623 --> https://bugs.winehq.org/attachment.cgi?id=70623 WaitForMultipleObjects example that acts different in wine
I wanted to be signaled when stdin has something. Below code works as expected in windows 11.
In windows 11 whatever key you press signals it but in Wine it doesn't matter what key you press nothing happens.
I also opened stackoverflow question here: https://stackoverflow.com/q/69125934/15114852