Changeset 2693
- Timestamp:
- Feb 23, 2009, 9:37:35 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/buildsystem3/src/orxonox/gamestates/GSRoot.cc
r2691 r2693 29 29 #include "OrxonoxStableHeaders.h" 30 30 #include "GSRoot.h" 31 32 #ifdef ORXONOX_PLATFORM_WINDOWS33 # include <winbase.h>34 #endif35 31 36 32 #include "util/Exception.h" … … 49 45 #include "objects/Tickable.h" 50 46 47 #ifdef ORXONOX_PLATFORM_WINDOWS 48 # ifndef WIN32_LEAN_AND_MEAN 49 # define WIN32_LEAN_AND_MEAN 50 # endif 51 # include "windows.h" 52 53 //Get around Windows hackery 54 # ifdef max 55 # undef max 56 # endif 57 # ifdef min 58 # undef min 59 # endif 60 #endif 61 51 62 namespace orxonox 52 63 {
Note: See TracChangeset
for help on using the changeset viewer.