diff include/SDL_rwops.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 158bb5752974
children c2539ff054c8
line wrap: on
line diff
--- a/include/SDL_rwops.h	Thu Jan 20 17:33:06 2011 -0800
+++ b/include/SDL_rwops.h	Thu Jan 20 18:04:05 2011 -0800
@@ -83,7 +83,7 @@
     Uint32 type;
     union
     {
-#ifdef __WIN32__
+#ifdef __WINDOWS__
         struct
         {
             SDL_bool append;
@@ -94,7 +94,7 @@
                 size_t size;
                 size_t left;
             } buffer;
-        } win32io;
+        } windowsio;
 #endif
 #ifdef HAVE_STDIO_H
         struct