diff --git a/src/file/SDL_rwops.c b/src/file/SDL_rwops.c index 1f3717629..dfd0e1db4 100644 --- a/src/file/SDL_rwops.c +++ b/src/file/SDL_rwops.c @@ -238,6 +238,7 @@ SDL_RWops *SDL_RWFromFP(FILE *fp, int autoclose) #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);*/ }