1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-08 20:06:18 +00:00

mswsock.h: Fix typo.

This commit is contained in:
Juan Lang 2011-01-14 07:59:17 -08:00 committed by Alexandre Julliard
parent aaa9fa7112
commit 7d21d9361c

View File

@ -87,7 +87,7 @@ extern "C" {
#define SIO_SET_COMPATIBILITY_MODE _WSAIOW(IOC_VENDOR,300)
#else
#define WS_SIO_UDP_CONNRESET _WSAIOW(WS_IOC_VENDOR,12)
#define WS_SIO_SET_COMPATIBILITY_MODE _WSAIOW(IOC_VENDOR,300)
#define WS_SIO_SET_COMPATIBILITY_MODE _WSAIOW(WS_IOC_VENDOR,300)
#endif
#define DE_REUSE_SOCKET TF_REUSE_SOCKET