Changeset 2756 for code/trunk/src/orxonox/pch
- Timestamp:
- Mar 8, 2009, 1:24:15 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.