[Bug 19713] Some serial port communication functions behave differently in Wine and Windows.

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Aug 12 18:07:06 CDT 2009


http://bugs.winehq.org/show_bug.cgi?id=19713





--- Comment #4 from Juan Lang <juan_lang at yahoo.com>  2009-08-12 18:07:05 ---
Are you sure this isn't a race condition?  You create the event as an
auto-reset event, that is, with bManualReset = FALSE:
    ovOverlapped.hEvent = CreateEvent(NULL, FALSE/*TRUE*/, FALSE, NULL);



More information about the wine-bugs mailing list