No sign of SignalObjectAndWait() in header files either :-(
Sean
On Wed, 27 Nov 2002, Sean Mitchell wrote:
No sign of SignalObjectAndWait() in header files either :-(
Sent a patch to wine-patches for this one and the _set_error_mode() constants. With the patch applied your application should compile fine.
However note that _set_error_mode() and SignalObjectAndWait() are both stubs currently, which means that functionality is not implemented. So if your application calls either of them it will crash...