Commit b45454c1 authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

include: Define SIO_SET_COMPATIBILITY_MODE.

parent f024e237
......@@ -84,8 +84,10 @@ extern "C" {
#ifndef USE_WS_PREFIX
#define SIO_UDP_CONNRESET _WSAIOW(IOC_VENDOR,12)
#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)
#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