- Timestamp:
- Feb 27, 2011, 5:32:23 PM (14 years ago)
- Location:
- code/branches/usability
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/usability
- Property svn:mergeinfo changed
/code/branches/kicklib (added) merged: 7975,7977
- Property svn:mergeinfo changed
-
code/branches/usability/src/external/enet/win32.c
r7990 r7991 8 8 9 9 #include <time.h> 10 #include <ws2tcpip.h>11 10 #define ENET_BUILDING_LIB 1 12 11 #include "enet/enet.h" 12 #include <ws2tcpip.h> 13 13 14 14 static enet_uint32 timeBase = 0; -
code/branches/usability/src/libraries/network/NetworkPrecompiledHeaders.h
r7990 r7991 62 62 #include <cmath> // 15 63 63 64 #define WIN32_LEAN_AND_MEAN65 #include <enet/enet.h> // 6, 3.1MB66 67 64 #include <OgreMath.h> // 15 68 65 #include <OgreVector2.h> // 15 … … 74 71 #include "util/mbool.h" // 11 75 72 73 #define WIN32_LEAN_AND_MEAN 74 #include <enet/enet.h> // 6, 3.1MB 75 76 76 #endif /*ORXONOX_COMPILER_MSVC */ 77 77
Note: See TracChangeset
for help on using the changeset viewer.