Ryujinx-SDL/src/stdlib
Sam Lantinga ac444cd313 Fixed bug 3092 - Statically link sdl2 with /MT for msvc
Martin Gerhardy

According to https://msdn.microsoft.com/de-de/library/2kzt1wy3%28v=vs.120%29.aspx when one is using /MT for msvc compilations the libcmt.lib is already linked to the binary. This lib includes the symbol that is now guarded (see attached patch) by the #ifndef _MT.
2016-01-02 10:25:53 -08:00
..
SDL_getenv.c Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_iconv.c Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_malloc.c Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_qsort.c Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
SDL_stdlib.c Fixed bug 3092 - Statically link sdl2 with /MT for msvc 2016-01-02 10:25:53 -08:00
SDL_string.c Updated copyright to 2016 2016-01-02 10:10:34 -08:00