Mercurial > sdl-ios-xcode
changeset 1269:905d5b482f2a
Some explanation on why SDL_RWFromFP doesn't always work on Win32
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 26 Jan 2006 06:10:34 +0000 |
parents | f098b247299d |
children | b1425473be0f |
files | src/file/SDL_rwops.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/file/SDL_rwops.c Thu Jan 26 06:06:56 2006 +0000 +++ b/src/file/SDL_rwops.c Thu Jan 26 06:10:34 2006 +0000 @@ -238,6 +238,7 @@ #ifdef WIN32 if ( ! in_sdl ) { + /* It's when SDL and the app are compiled with different C runtimes */ SDL_SetError("You can't pass a FILE pointer to a DLL (?)"); /*return(NULL);*/ }