Changeset 2756 for code/trunk/src/orxonox
- Timestamp:
- Mar 8, 2009, 1:24:15 PM (16 years ago)
- Location:
- code/trunk/src/orxonox
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/gamestates/GSGraphics.h
r2710 r2756 32 32 #include "OrxonoxPrereqs.h" 33 33 #include <OgrePrerequisites.h> 34 #define NOMINMAX // required to stop windows.h screwing up std::min definition 34 35 #include <OgreWindowEventUtilities.h> 35 36 #include "core/GameState.h" -
code/trunk/src/orxonox/gamestates/GSRoot.cc
r2710 r2756 49 49 # define WIN32_LEAN_AND_MEAN 50 50 # endif 51 # define NOMINMAX // required to stop windows.h screwing up std::min definition 51 52 # include "windows.h" 52 53 //Get around Windows hackery54 # ifdef max55 # undef max56 # endif57 # ifdef min58 # undef min59 # endif60 53 #endif 61 54 -
code/trunk/src/orxonox/pch/havepch/OrxonoxStableHeaders.h
r2710 r2756 45 45 # define WIN32_LEAN_AND_MEAN 46 46 #endif 47 #define NOMINMAX // required to stop windows.h screwing up std::min definition 47 48 #include <Ogre.h> 48 49 #include <CEGUI.h> … … 57 58 #include <tinyxml/ticpp.h> 58 59 #include <tolua++.h> 59 60 //Get around Windows hackery (windows.h is included by Ogre.h)61 #ifdef ORXONOX_PLATFORM_WINDOWS62 # ifdef max63 # undef max64 # endif65 # ifdef min66 # undef min67 # endif68 #endif69 60 70 61 //----------- Our files ----------
Note: See TracChangeset
for help on using the changeset viewer.