diff src/file/SDL_rwops.c src/file/SDL_rwops.c 464d463 < rwops->type = RW_WINFILE; 503d501 < rwops->type = RW_STDFILE; 529d526 < rwops->type = RW_MEMORY; 548d544 < rwops->type = RW_MEMORY; 565d560 < area->type = RW_UNKNOWN; diff include/SDL_rwops.h include/SDL_rwops.h 153,157d152 < #define RW_WINFILE 0 /**< Win32 file */ < #define RW_STDFILE 1 /**< Stdio file */ < #define RW_MEMORY 2 /**< Memory stream, possibly read-only */ < #define RW_UNKNOWN 3 /**< Unknown stream type */ <