diff include/SDL_rwops.h @ 1453:2eb75f8a32ca

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.
author Sam Lantinga <slouken@libsdl.org>
date Mon, 27 Feb 2006 19:19:22 +0000
parents d7d96c87b6a6
children 782fd950bd46 c121d94672cb 255b0469ca83
line wrap: on
line diff
--- a/include/SDL_rwops.h	Mon Feb 27 18:58:12 2006 +0000
+++ b/include/SDL_rwops.h	Mon Feb 27 19:19:22 2006 +0000
@@ -64,7 +64,6 @@
 	union {
 #ifdef __WIN32__
 	    struct {
-		int    autoclose;
 		int    append;
 		void*  h;
 	    } win32io;