]> git.eshelyaron.com Git - emacs.git/commitdiff
Include winsock2.h and ws2tcpip.h instead of winsock.h.
authorJason Rumney <jasonr@gnu.org>
Sat, 14 Jul 2007 23:03:37 +0000 (23:03 +0000)
committerJason Rumney <jasonr@gnu.org>
Sat, 14 Jul 2007 23:03:37 +0000 (23:03 +0000)
nt/ChangeLog
nt/inc/sys/socket.h

index 65f3bc7b622e48d59fa352b27f6139b8c0fbebe2..c23d65d48e585326e636ac96824b188ba35e7e9b 100644 (file)
@@ -1,3 +1,8 @@
+2007-07-14  Jason Rumney  <jasonr@gnu.org>
+
+       * inc/sys/socket.h: Include winsock2.h and ws2tcpip.h instead
+       of winsock.h.
+
 2007-06-25  Jason Rumney  <jasonr@gnu.org>
 
        * cmdproxy.c (main): Set console codepages to "ANSI".
index 0923dd9246bc0dd9f1c4b3bcd39c503de69863c3..2e52c74691e16528f908b2d474fb9a498d0dee86 100644 (file)
@@ -51,7 +51,8 @@ Boston, MA 02110-1301, USA.  */
 #define timeval ws_timeval
 #endif
 
-#include <winsock.h>
+#include <winsock2.h>
+#include <ws2tcpip.h>
 
 /* redefine select to reference our version */
 #ifdef MUST_REDEF_SELECT