Mercurial > sdl-ios-xcode
comparison 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 |
comparison
equal
deleted
inserted
replaced
1452:b7184889c1cb | 1453:2eb75f8a32ca |
---|---|
62 | 62 |
63 Uint32 type; | 63 Uint32 type; |
64 union { | 64 union { |
65 #ifdef __WIN32__ | 65 #ifdef __WIN32__ |
66 struct { | 66 struct { |
67 int autoclose; | |
68 int append; | 67 int append; |
69 void* h; | 68 void* h; |
70 } win32io; | 69 } win32io; |
71 #endif | 70 #endif |
72 #ifdef HAVE_STDIO_H | 71 #ifdef HAVE_STDIO_H |