Mercurial > sdl-ios-xcode
comparison src/file/SDL_rwops.c @ 543:522e5202014d
*** empty log message ***
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 17 Nov 2002 18:59:10 +0000 |
parents | f6ffac90895c |
children | 974c0fb74bf8 |
comparison
equal
deleted
inserted
replaced
542:7a15ee64acc7 | 543:522e5202014d |
---|---|
223 { | 223 { |
224 SDL_RWops *rwops; | 224 SDL_RWops *rwops; |
225 | 225 |
226 #ifdef WIN32 | 226 #ifdef WIN32 |
227 if ( ! in_sdl ) { | 227 if ( ! in_sdl ) { |
228 SDL_SetError("You can't pass a FILE pointer to a DLL (??)"); | 228 SDL_SetError("You can't pass a FILE pointer to a DLL (?)"); |
229 /*return(NULL);*/ | 229 /*return(NULL);*/ |
230 } | 230 } |
231 #endif | 231 #endif |
232 rwops = SDL_AllocRW(); | 232 rwops = SDL_AllocRW(); |
233 if ( rwops != NULL ) { | 233 if ( rwops != NULL ) { |