Fixed building timer code on Windows CE

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40518
This commit is contained in:
Sam Lantinga 2002-10-07 15:19:17 +00:00
parent 02a61aecae
commit 9a5eea0cf3

View file

@ -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)