- Timestamp:
- Feb 8, 2009, 12:10:57 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/buildsystem2/src/orxonox/gamestates/GSRoot.cc
r2171 r2639 44 44 #include "Settings.h" 45 45 46 #if ORXONOX_PLATFORM == ORXONOX_PLATFORM_WIN3246 #ifdef ORXONOX_PLATFORM_WINDOWS 47 47 # ifndef WIN32_LEAN_AND_MEAN 48 48 # define WIN32_LEAN_AND_MEAN … … 165 165 void GSRoot::setThreadAffinity(unsigned int limitToCPU) 166 166 { 167 #if ORXONOX_PLATFORM == ORXONOX_PLATFORM_WIN32167 #ifdef ORXONOX_PLATFORM_WINDOWS 168 168 // Get the current process core mask 169 169 DWORD procMask;
Note: See TracChangeset
for help on using the changeset viewer.