[Orxonox-commit 3601] r8286 - in code/branches/kicklib2/src/external/enet: . patches

rgrieder at orxonox.net rgrieder at orxonox.net
Thu Apr 21 20:21:38 CEST 2011


Author: rgrieder
Date: 2011-04-21 20:21:37 +0200 (Thu, 21 Apr 2011)
New Revision: 8286

Modified:
   code/branches/kicklib2/src/external/enet/patches/0001-Add-IPv6-support-to-Enet.patch
   code/branches/kicklib2/src/external/enet/win32.c
Log:
This stupid bug just seems to hunt me: Fixed ENet build on MSVC 8 for the fourth time or so.

Modified: code/branches/kicklib2/src/external/enet/patches/0001-Add-IPv6-support-to-Enet.patch
===================================================================
--- code/branches/kicklib2/src/external/enet/patches/0001-Add-IPv6-support-to-Enet.patch	2011-04-21 17:43:10 UTC (rev 8285)
+++ code/branches/kicklib2/src/external/enet/patches/0001-Add-IPv6-support-to-Enet.patch	2011-04-21 18:21:37 UTC (rev 8286)
@@ -907,7 +907,7 @@
 +#define _WIN32_WINNT 0x0501
 +
  #include <time.h>
-+#include <ws2tcpip.h>
++
  #define ENET_BUILDING_LIB 1
  #include "enet/enet.h"
 +#include <ws2tcpip.h>

Modified: code/branches/kicklib2/src/external/enet/win32.c
===================================================================
--- code/branches/kicklib2/src/external/enet/win32.c	2011-04-21 17:43:10 UTC (rev 8285)
+++ code/branches/kicklib2/src/external/enet/win32.c	2011-04-21 18:21:37 UTC (rev 8286)
@@ -7,7 +7,6 @@
 #define _WIN32_WINNT 0x0501
 
 #include <time.h>
-#include <ws2tcpip.h>
 #define ENET_BUILDING_LIB 1
 #include "enet/enet.h"
 #include <ws2tcpip.h>




More information about the Orxonox-commit mailing list