André Hentschel : include: Define SIO_SET_COMPATIBILITY_MODE.

Alexandre Julliard julliard at winehq.org
Tue Nov 16 12:45:46 CST 2010


Module: wine
Branch: master
Commit: b45454c155a1a35caa987f08188a1f8069f7e7ba
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=b45454c155a1a35caa987f08188a1f8069f7e7ba

Author: André Hentschel <nerv at dawncrow.de>
Date:   Sun Nov 14 20:40:33 2010 +0100

include: Define SIO_SET_COMPATIBILITY_MODE.

---

 include/mswsock.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/include/mswsock.h b/include/mswsock.h
index 322ab20..1447a8d 100644
--- a/include/mswsock.h
+++ b/include/mswsock.h
@@ -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




More information about the wine-cvs mailing list