Fixed building timer code on Windows CE

This commit is contained in:
Sam Lantinga 2002-10-07 15:19:17 +00:00
parent b990a75f85
commit 1df07d56fb

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)