diff include/SDL_platform.h @ 5062:e8916fe9cfc8

Fixed bug #925 Changed "win32" to "windows"
author Sam Lantinga <slouken@libsdl.org>
date Thu, 20 Jan 2011 18:04:05 -0800
parents 514f811a4887
children c2539ff054c8
line wrap: on
line diff
--- a/include/SDL_platform.h	Thu Jan 20 17:33:06 2011 -0800
+++ b/include/SDL_platform.h	Thu Jan 20 18:04:05 2011 -0800
@@ -125,8 +125,8 @@
 #define __SOLARIS__	1
 #endif
 #if defined(WIN32) || defined(_WIN32)
-#undef __WIN32__
-#define __WIN32__	1
+#undef __WINDOWS__
+#define __WINDOWS__	1
 #endif
 
 #if defined(__NDS__)