https://bugs.winehq.org/show_bug.cgi?id=40540
Alex Henrie alexhenrie24@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #54482|0 |1 is obsolete| | Attachment #54483|0 |1 is obsolete| | Attachment #54517|0 |1 is obsolete| | Attachment #54529|0 |1 is obsolete| |
--- Comment #12 from Alex Henrie alexhenrie24@gmail.com --- Created attachment 54538 --> https://bugs.winehq.org/attachment.cgi?id=54538 minimal test case
Okay, I played around with the new test program and determined that the problem is happening because of the Sleep call before the ReadFile call. This is definitely a bug in Wine. Attached is a much simplified test program--in fact, it's just attachment 53426 with a Sleep statement added.