[Orxonox-commit 3286] r7977 - code/branches/kicklib/src/libraries/network

rgrieder at orxonox.net rgrieder at orxonox.net
Sun Feb 27 01:32:30 CET 2011


Author: rgrieder
Date: 2011-02-27 01:32:30 +0100 (Sun, 27 Feb 2011)
New Revision: 7977

Modified:
   code/branches/kicklib/src/libraries/network/NetworkPrecompiledHeaders.h
Log:
Fixed windows includes again, hopefully for the last time...

Modified: code/branches/kicklib/src/libraries/network/NetworkPrecompiledHeaders.h
===================================================================
--- code/branches/kicklib/src/libraries/network/NetworkPrecompiledHeaders.h	2011-02-27 00:05:59 UTC (rev 7976)
+++ code/branches/kicklib/src/libraries/network/NetworkPrecompiledHeaders.h	2011-02-27 00:32:30 UTC (rev 7977)
@@ -61,9 +61,6 @@
 #include <list>     // 16
 #include <cmath>    // 15
 
-#define WIN32_LEAN_AND_MEAN
-#include <enet/enet.h> // 6, 3.1MB
-
 #include <OgreMath.h>        // 15
 #include <OgreVector2.h>     // 15
 #include <OgreVector3.h>     // 15
@@ -73,6 +70,9 @@
 
 #include "util/mbool.h" // 11
 
+#define WIN32_LEAN_AND_MEAN
+#include <enet/enet.h> // 6, 3.1MB
+
 #endif /*ORXONOX_COMPILER_MSVC */
 
 




More information about the Orxonox-commit mailing list