diff options
author | MAN-AT-ARMS <donny@ecgnetwork.com> | 2014-03-08 22:00:38 -0500 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2014-08-28 11:03:31 +0100 |
commit | 57e0583885b51fb736589f6187facfcfb9d06a67 (patch) | |
tree | 2d48bf168880a3d5a0cbe3f6d5660db4cbb30995 /src/SDL2/include/SDL_config_pandora.h | |
parent | 482262a75610e63d2a779fea5b37b8206d87e947 (diff) |
Update SDL2 to 2.0.2
Diffstat (limited to 'src/SDL2/include/SDL_config_pandora.h')
-rw-r--r-- | src/SDL2/include/SDL_config_pandora.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/SDL2/include/SDL_config_pandora.h b/src/SDL2/include/SDL_config_pandora.h index b93a1bc1..ac8b0850 100644 --- a/src/SDL2/include/SDL_config_pandora.h +++ b/src/SDL2/include/SDL_config_pandora.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2013 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2014 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages @@ -81,8 +81,7 @@ #define HAVE_STRNCMP 1 #define HAVE_STRCASECMP 1 #define HAVE_STRNCASECMP 1 -#define HAVE_SSCANF 1 -#define HAVE_SNPRINTF 1 +#define HAVE_VSSCANF 1 #define HAVE_VSNPRINTF 1 #define HAVE_M_PI 1 #define HAVE_CEIL 1 @@ -114,6 +113,7 @@ #define SDL_THREAD_PTHREAD_RECURSIVE_MUTEX_NP 1 #define SDL_TIMER_UNIX 1 +#define SDL_FILESYSTEM_UNIX 1 #define SDL_VIDEO_DRIVER_DUMMY 1 #define SDL_VIDEO_DRIVER_X11 1 |