Commit 9a5eea0c authored by Sam Lantinga's avatar Sam Lantinga

Fixed building timer code on Windows CE

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40518
parent 02a61aec
...@@ -33,8 +33,8 @@ static char rcsid = ...@@ -33,8 +33,8 @@ static char rcsid =
#include "SDL_error.h" #include "SDL_error.h"
#ifdef _WIN32_WCE #ifdef _WIN32_WCE
//#define USE_GETTICKCOUNT #define USE_GETTICKCOUNT
//#define USE_SETTIMER #define USE_SETTIMER
#endif #endif
#define TIME_WRAP_VALUE (~(DWORD)0) #define TIME_WRAP_VALUE (~(DWORD)0)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment