Merged read-ahead support for Win32 file I/O from SDL 1.2 revision 3183

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%402456
This commit is contained in:
Sam Lantinga 2007-07-10 05:01:22 +00:00
parent f7d87960f4
commit 8daaa10d40
2 changed files with 79 additions and 14 deletions

View file

@ -76,6 +76,12 @@ typedef struct SDL_RWops
{
int append;
void *h;
struct
{
void *data;
int size;
int left;
} buffer;
} win32io;
#endif
#ifdef HAVE_STDIO_H