Fixed building timer code on Windows CE
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40518
This commit is contained in:
parent
02a61aecae
commit
9a5eea0cf3
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue