Changeset 610 for code/branches/FICN/src/orxonox/orxonox.cc
- Timestamp:
- Dec 18, 2007, 1:16:24 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/FICN/src/orxonox/orxonox.cc
r609 r610 49 49 #include <string> 50 50 #include <iostream> 51 52 // hack for the usleep/Sleep problem53 #ifdef WIN3254 #include <windows.h>55 #define usleep(x) Sleep((x)/1000)56 #else57 #include <unistd.h>58 #endif59 51 60 52 //***** ORXONOX ****
Note: See TracChangeset
for help on using the changeset viewer.