Changeset 2756 for code/trunk/src/orxonox/gamestates/GSRoot.cc
- Timestamp:
- Mar 8, 2009, 1:24:15 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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
Note: See TracChangeset
for help on using the changeset viewer.