Date: Mon, 27 Feb 2006 17:01:43 +0100

From: "William Petiot [exoide]"
Subject: Re: [SDL] cvs version: standard win32 SDL.DLL file test [patch]

I found a bug or two in previous patch, so here is a patch to correct this.

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401457
This commit is contained in:
Sam Lantinga 2006-02-27 19:19:22 +00:00
parent 03c1ccfae0
commit 680be24372
5 changed files with 187 additions and 5 deletions

View file

@ -64,7 +64,6 @@ typedef struct SDL_RWops {
union {
#ifdef __WIN32__
struct {
int autoclose;
int append;
void* h;
} win32io;