wininet - msvc fixes

Steven Edwards steven_ed4153 at yahoo.com
Wed Dec 15 22:44:18 CST 2004


Changelog:
MSVC porting fixes

Index: dlls/wininet/internet.h
===================================================================
RCS file: /home/wine/wine/dlls/wininet/internet.h,v
retrieving revision 1.33
diff -u -r1.33 internet.h
--- dlls/wininet/internet.h	13 Dec 2004 21:19:01 -0000	1.33
+++ dlls/wininet/internet.h	16 Dec 2004 04:42:28 -0000
@@ -45,7 +45,7 @@
 # include <sys/socket.h>
 #endif
 
-#ifdef __MINGW32__
+#if defined(__MINGW32__) || defined (_MSC_VER)
 #include "winsock2.h"
 #else
 #define closesocket close

Index: include/wine/port.h
===================================================================
RCS file: /home/wine/wine/include/wine/port.h,v
retrieving revision 1.63
diff -u -r1.63 port.h
--- include/wine/port.h	19 Oct 2004 23:53:26 -0000	1.63
+++ include/wine/port.h	16 Dec 2004 04:37:08 -0000
@@ -121,6 +121,10 @@
 #define vsnprintf _vsnprintf
 #endif
 
+#ifndef MSG_WAITALL
+#define MSG_WAITALL 0
+#endif
+
 #ifndef S_ISLNK
 # define S_ISLNK(mod) (0)
 #endif




	
		
__________________________________ 
Do you Yahoo!? 
Yahoo! Mail - You care about security. So do we. 
http://promotions.yahoo.com/new_mail



More information about the wine-patches mailing list