Changeset 2797 for code/trunk/src/orxonox/pch
- Timestamp:
- Mar 17, 2009, 10:53:53 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/pch/havepch/OrxonoxStableHeaders.h
r2756 r2797 45 45 # define WIN32_LEAN_AND_MEAN 46 46 #endif 47 #define NOMINMAX // required to stop windows.h screwing up std::min definition 47 #ifndef NOMINMAX 48 # define NOMINMAX // required to stop windows.h screwing up std::min definition 49 #endif 48 50 #include <Ogre.h> 49 51 #include <CEGUI.h>
Note: See TracChangeset
for help on using the changeset viewer.