- Timestamp:
- 28/08/2011 19:08:05 (9 months ago)
- File:
-
- 1 edited
-
box/trunk/lib/common/Timer.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/lib/common/Timer.cpp
r2482 r2991 9 9 // -------------------------------------------------------------------------- 10 10 11 #ifdef WIN3212 #define _WIN32_WINNT 0x050013 #endif14 15 11 #include "Box.h" 12 13 #ifdef WIN32 14 # ifndef _WIN32_WINNT 15 # define _WIN32_WINNT 0x0500 16 # elif _WIN32_WINNT < 0x0500 17 # error Timers require at least Windows 2000 headers 18 # endif 19 #endif 16 20 17 21 #include <signal.h>
Note: See TracChangeset
for help on using the changeset viewer.
