Changeset 2908 for code/branches/questsystem5/src/orxonox/pch
- Timestamp:
- Apr 8, 2009, 12:58:47 AM (16 years ago)
- Location:
- code/branches/questsystem5
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/questsystem5
- Property svn:mergeinfo changed
-
code/branches/questsystem5/src/orxonox/pch/havepch/OrxonoxStableHeaders.h
r2907 r2908 45 45 # define WIN32_LEAN_AND_MEAN 46 46 #endif 47 #ifndef NOMINMAX 48 # define NOMINMAX // required to stop windows.h screwing up std::min definition 49 #endif 47 #define NOMINMAX // required to stop windows.h screwing up std::min definition 50 48 #include <Ogre.h> 51 49 #include <CEGUI.h>
Note: See TracChangeset
for help on using the changeset viewer.