diff include/SDL_rwops.h @ 2159:dd4753e47ed4

Merged read-ahead support for Win32 file I/O from SDL 1.2 revision 3183
author Sam Lantinga <slouken@libsdl.org>
date Tue, 10 Jul 2007 05:01:22 +0000
parents c121d94672cb
children 00adbaed3910
line wrap: on
line diff
--- a/include/SDL_rwops.h	Tue Jul 10 04:45:50 2007 +0000
+++ b/include/SDL_rwops.h	Tue Jul 10 05:01:22 2007 +0000
@@ -76,6 +76,12 @@
         {
             int append;
             void *h;
+            struct
+            {
+                void *data;
+                int size;
+                int left;
+            } buffer;
         } win32io;
 #endif
 #ifdef HAVE_STDIO_H