Did not compile on envirnment without SVG support (such as Windows 9x)

This commit is contained in:
Shin-ichi TOYAMA 2014-09-12 18:05:53 +00:00
parent d6fdb01ab2
commit 1d887762e4

View file

@ -1939,8 +1939,8 @@ static SDL_Surface * load_kpx(char * file);
static SDL_Surface * load_svg(char * file);
static float pick_best_scape(unsigned int orig_w, unsigned int orig_h,
unsigned int max_w, unsigned int max_h);
static SDL_Surface * myIMG_Load_RWops(char * file);
#endif
static SDL_Surface * myIMG_Load_RWops(char * file);
static SDL_Surface * myIMG_Load(char * file);
static int trash(char * path);
int file_exists(char * path);