SDL/src/stdlib
Sam Lantinga 8b60d39cb0 Fixed bug 5112 - CMake won't compile in VS2019
dark_sylinc

Trying to build SDL with VS2019 using CMake will encounter a linking error

More specifically:

    1>SDL_string.obj : error LNK2019: unresolved external symbol memset referenced in function SDL_vsnprintf_REAL
2020-05-02 14:43:17 -07:00
..
SDL_getenv.c Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
SDL_iconv.c Fixed bug 5022 - SDL_iconv_string can get stuck in an infinite loop when encountering invalid characters 2020-03-10 16:29:28 -07:00
SDL_malloc.c Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
SDL_qsort.c Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
SDL_stdlib.c Fixed bug 5112 - CMake won't compile in VS2019 2020-05-02 14:43:17 -07:00
SDL_string.c Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
SDL_strtokr.c Updated copyright date for 2020 2020-01-16 20:49:25 -08:00