Commit 7d21d936 authored by Juan Lang's avatar Juan Lang Committed by Alexandre Julliard

mswsock.h: Fix typo.

parent aaa9fa71
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment