SDL/src/stdlib
Sam Lantinga 73f2c5413d Fixed bug 2885 - SDL_stdinc.h doesn't need to include iconv.h
Ryan C. Gordon

We still include iconv.h in SDL_stdinc.h, probably because this header might have referenced the native iconv functions and types directly. Since these are hidden behind a stable ABI now and never just a #define for the system iconv, we shouldn't need this header included from a public SDL header anymore, slowing down external apps compiles and pulling tons of stuff into the namespace.
2016-10-07 16:44:42 -07:00
..
SDL_getenv.c Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_iconv.c Fixed bug 2885 - SDL_stdinc.h doesn't need to include iconv.h 2016-10-07 16:44:42 -07:00
SDL_malloc.c Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_qsort.c Quick fix for qsort off-by-one error. 2016-03-11 08:30:18 -08:00
SDL_stdlib.c Backed out commit 80ce90dbc266, this causes Visual Studio build failure on buildbot 2016-01-02 11:17:06 -08:00
SDL_string.c Fixed potential buffer overflow in SDL_vsnprintf() (thanks, Taylor!). 2016-10-04 14:25:31 -04:00