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.
This commit is contained in:
Sam Lantinga
2006-02-27 19:19:22 +00:00
parent 0f103dc386
commit ec7cfdfea1
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;