WSASetEvent

Antonio Larrosa Jiménez antlarr at tedial.com
Wed Jun 4 10:12:53 CDT 2003


Hello,

While trying to port an application to Linux using winelib, I found that wine 
didn't have yet an implementation of the WSASetEvent function.
I've had a look at wine sources to try to help, and I found it seemed to be 
easier than I thought. I noticed that WSAResetEvent (a similar function) was 
already implemented by redirecting the call to kernel32.ResetEvent, so I just
redirect the call to WSASetEvent to kernel32.SetEvent.

It's very simple but I hope it helps.

--
Antonio Larrosa Jiménez
Tedial Tecnologías Digitales Audiovisuales, S.L.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: wine-WSASetEvent.diff
Type: text/x-diff
Size: 691 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20030604/0294005f/wine-WSASetEvent.bin


More information about the wine-patches mailing list