mirror of
https://github.com/yawut/SDL.git
synced 2026-07-18 17:01:19 -05:00
Fixed building timer code on Windows CE
This commit is contained in:
parent
b990a75f85
commit
1df07d56fb
|
|
@ -33,8 +33,8 @@ static char rcsid =
|
|||
#include "SDL_error.h"
|
||||
|
||||
#ifdef _WIN32_WCE
|
||||
//#define USE_GETTICKCOUNT
|
||||
//#define USE_SETTIMER
|
||||
#define USE_GETTICKCOUNT
|
||||
#define USE_SETTIMER
|
||||
#endif
|
||||
|
||||
#define TIME_WRAP_VALUE (~(DWORD)0)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user