From 10b8372bd3fe705b6199aa4564001a10b60d8329 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Mon, 24 Jan 2011 15:46:11 -0800 Subject: Fixed compiling on Windows Mobile SDK 5.0 with Visual Studio 2008 --- include/SDL_platform.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/SDL_platform.h') diff --git a/include/SDL_platform.h b/include/SDL_platform.h index 583c6a81..13bdc0d7 100644 --- a/include/SDL_platform.h +++ b/include/SDL_platform.h @@ -125,8 +125,8 @@ #define __SOLARIS__ 1 #endif #if defined(WIN32) || defined(_WIN32) -#undef __WINDOWS__ -#define __WINDOWS__ 1 +#undef __WIN32__ +#define __WIN32__ 1 #endif #if defined(__NDS__) -- cgit v1.2.3