Changeset 8806 for code/branches/output/src/libraries/util/Sleep.cc
- Timestamp:
- Jul 31, 2011, 5:15:13 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/output/src/libraries/util/Sleep.cc
r8804 r8806 49 49 { 50 50 //if (microseconds < 1000) 51 // orxout(internal_warning) << "W arning: Windows cannot sleep less than 1ms, ignoring" << endl;51 // orxout(internal_warning) << "Windows cannot sleep less than 1ms, ignoring" << endl; 52 52 Sleep(microseconds / 1000); 53 53 }
Note: See TracChangeset
for help on using the changeset viewer.