# HG changeset patch # User Sam Lantinga # Date 1138255834 0 # Node ID 905d5b482f2ab73ce54a11910014ed51d940760b # Parent f098b247299de2ec6b6df4fb3b39558de395a723 Some explanation on why SDL_RWFromFP doesn't always work on Win32 diff -r f098b247299d -r 905d5b482f2a src/file/SDL_rwops.c --- 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);*/ }