Changeset 401 for trunk/src/core
- Timestamp:
- 06/13/15 18:02:17 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/core/time.cc
r395 r401 17 17 #pragma intrinsic(__rdtsc) 18 18 #else 19 #if NV_ COMPILER == NV_GNUC && NV_PLATFORM == NV_WINDOWS19 #if NV_PLATFORM == NV_WINDOWS 20 20 // mingw doesn't have usleep nor nanosleep... 21 21 #include <windows.h> … … 71 71 Sleep( ms ); 72 72 #else 73 #if NV_ COMPILER == NV_GNUC && NV_PLATFORM == NV_WINDOWS73 #if NV_PLATFORM == NV_WINDOWS 74 74 Sleep( ms ); 75 75 #else
Note: See TracChangeset
for help on using the changeset viewer.