SDL/src/stdlib
Sam Lantinga 8109b1378a Partial fix for bug 3092 - Statically link sdl2 with /MT for msvc
Mike Linford

I'm also having trouble statically linking SDL2 on Visual Studio 2015 with /MT. My symptom is that memcpy is being defined twice.
2016-10-17 21:47:33 -07:00
..
SDL_getenv.c Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_iconv.c Make sure we have iconv.h before building with it 2016-10-10 02:58:12 -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 Partial fix for bug 3092 - Statically link sdl2 with /MT for msvc 2016-10-17 21:47:33 -07:00
SDL_string.c Fixed potential buffer overflow in SDL_vsnprintf() (thanks, Taylor!). 2016-10-04 14:25:31 -04:00