OSDN Git Service

* include/winsock2.h: Protect one *more* newlib defines when compiling cygwin.
authorcgf <cgf>
Tue, 24 Apr 2001 20:20:01 +0000 (20:20 +0000)
committercgf <cgf>
Tue, 24 Apr 2001 20:20:01 +0000 (20:20 +0000)
winsup/w32api/ChangeLog
winsup/w32api/include/winsock2.h

index bf34a44..74a7763 100644 (file)
@@ -1,7 +1,12 @@
+Tue Apr 24 16:18:42 2001  Christopher Faylor <cgf@cygnus.com>
+
+       * include/winsock2.h: Protect one *more* newlib defines when compiling
+       cygwin.
+
 Mon Apr 23 23:41:36 2001  Christopher Faylor <cgf@cygnus.com>
 
        * include/winsock2.h: Protect some more newlib defines when compiling
-       cygwin
+       cygwin.
 
 Mon Apr 23 13:17:32 2001  Christopher Faylor <cgf@cygnus.com>
 
index ac771fc..5c682e6 100644 (file)
@@ -348,8 +348,8 @@ struct sockproto {
 #define PF_INET6       AF_INET6
 #define PF_MAX AF_MAX
 #define SOL_SOCKET     0xffff
-#define SOMAXCONN      0x7fffffff /* (5) in WinSock1.1 */
 #ifndef __INSIDE_CYGWIN__
+#define SOMAXCONN      0x7fffffff /* (5) in WinSock1.1 */
 #define MSG_OOB        1
 #define MSG_PEEK       2
 #define MSG_DONTROUTE  4