Changeset 1781 for code/trunk/src/orxonox/OrxonoxStableHeaders.h
- Timestamp:
- Sep 15, 2008, 12:42:18 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/OrxonoxStableHeaders.h
r1755 r1781 37 37 #include "util/OrxonoxPlatform.h" 38 38 39 #if ORXONOX_COMPILER == ORXONOX_COMPILER_MSVC && !defined(ORXONOX_DISABLE_PCH) 39 #if ORXONOX_COMPILER == ORXONOX_COMPILER_MSVC && !defined(ORXONOX_DISABLE_PCH) && 0 40 40 41 41 // including std headers here is useless since they're already precompiled … … 55 55 #include "tinyxml/tinyxml.h" 56 56 57 //Get around Windows hackery (windows.h is included by Ogre) 58 #if ORXONOX_PLATFORM == ORXONOX_PLATFORM_WIN32 59 # ifdef max 60 # undef max 61 # endif 62 # ifdef min 63 # undef min 64 # endif 65 #endif 57 66 58 67 //----------- Our files ----------
Note: See TracChangeset
for help on using the changeset viewer.