- Timestamp:
- Feb 14, 2009, 10:53:45 PM (16 years ago)
- Location:
- code/branches/buildsystem3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/buildsystem3
- Property svn:ignore deleted
- Property svn:mergeinfo changed
-
code/branches/buildsystem3/src/orxonox/gamestates/GSRoot.cc
r2662 r2664 46 46 #include "Settings.h" 47 47 48 #if ORXONOX_PLATFORM == ORXONOX_PLATFORM_WIN3248 #ifdef ORXONOX_PLATFORM_WINDOWS 49 49 # ifndef WIN32_LEAN_AND_MEAN 50 50 # define WIN32_LEAN_AND_MEAN … … 269 269 void GSRoot::setThreadAffinity(unsigned int limitToCPU) 270 270 { 271 #if ORXONOX_PLATFORM == ORXONOX_PLATFORM_WIN32271 #ifdef ORXONOX_PLATFORM_WINDOWS 272 272 // Get the current process core mask 273 273 DWORD procMask;
Note: See TracChangeset
for help on using the changeset viewer.