Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed building timer code on Windows CE
  • Loading branch information
slouken committed Oct 7, 2002
1 parent 2796eee commit 5f27659
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/timer/win32/SDL_systimer.c
Expand Up @@ -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)
Expand Down

0 comments on commit 5f27659

Please sign in to comment.