diff include/SDL_rwops.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 e8916fe9cfc8
children b530ef003506
line wrap: on
line diff
--- a/include/SDL_rwops.h	Mon Jan 24 15:10:16 2011 -0800
+++ b/include/SDL_rwops.h	Mon Jan 24 15:46:11 2011 -0800
@@ -83,7 +83,7 @@
     Uint32 type;
     union
     {
-#ifdef __WINDOWS__
+#ifdef __WIN32__
         struct
         {
             SDL_bool append;