include: Define SIO_SET_COMPATIBILITY_MODE.
This commit is contained in:
parent
f024e2372f
commit
b45454c155
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue