http://bugs.winehq.org/show_bug.cgi?id=2730 Summary: SignalObjectAndWait didnot work Product: Wine Version: unspecified Platform: Other OS/Version: other Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-binary AssignedTo: wine-bugs(a)winehq.org ReportedBy: fw(a)vdb.de Using SignalObjectAndWait didnot work, using Singlefunctions it works Example: try error = SignalObjectAndWait( mutexhandle, eventhandle, timeout, true ); Errormessage: fixme:sync:SignalObjectAndWait( 0x88 0x84 500 1) : stub (N-Times) replace with ReleaseMutex( mutexhandle ); error = WaitForSingleObject( eventhandle, timeout ); (not really the same) work -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.