[Orxonox-commit 3284] r7975 - code/branches/kicklib/src/external/enet
rgrieder at orxonox.net
rgrieder at orxonox.net
Sat Feb 26 21:53:24 CET 2011
Author: rgrieder
Date: 2011-02-26 21:53:23 +0100 (Sat, 26 Feb 2011)
New Revision: 7975
Modified:
code/branches/kicklib/src/external/enet/win32.c
Log:
Fixed ENet build on msvc 8.
Modified: code/branches/kicklib/src/external/enet/win32.c
===================================================================
--- code/branches/kicklib/src/external/enet/win32.c 2011-02-26 20:51:23 UTC (rev 7974)
+++ code/branches/kicklib/src/external/enet/win32.c 2011-02-26 20:53:23 UTC (rev 7975)
@@ -7,9 +7,9 @@
#define _WIN32_WINNT 0x0501
#include <time.h>
-#include <ws2tcpip.h>
#define ENET_BUILDING_LIB 1
#include "enet/enet.h"
+#include <ws2tcpip.h>
static enet_uint32 timeBase = 0;
More information about the Orxonox-commit
mailing list