diff include/SDL_compat.h @ 5088:c2539ff054c8

Fixed compiling on Windows Mobile SDK 5.0 with Visual Studio 2008
author Sam Lantinga <slouken@libsdl.org>
date Mon, 24 Jan 2011 15:46:11 -0800
parents 25d4feb7c127
children 481dabb098ef
line wrap: on
line diff
--- a/include/SDL_compat.h	Mon Jan 24 15:10:16 2011 -0800
+++ b/include/SDL_compat.h	Mon Jan 24 15:46:11 2011 -0800
@@ -65,7 +65,7 @@
 /*@{*/
 
 /* Platform */
-#ifdef __WINDOWS__
+#ifdef __WIN32__
 #undef __WIN32__
 #define __WIN32__   1
 #endif