Fix a bug in SDL2
https://bugzilla.libsdl.org/show_bug.cgi?id=5143 Ikuyo noticed that `wcslcat` wasn't linking properly on their setup.
This commit is contained in:
parent
a3a8c4df94
commit
44465ee4f9
1 changed files with 1 additions and 1 deletions
2
external/SDL2/CMakeLists.txt
vendored
2
external/SDL2/CMakeLists.txt
vendored
|
@ -760,7 +760,7 @@ if(LIBC)
|
||||||
set(HAVE_SIGNAL_H 1)
|
set(HAVE_SIGNAL_H 1)
|
||||||
foreach(_FN
|
foreach(_FN
|
||||||
malloc calloc realloc free qsort abs memset memcpy memmove memcmp
|
malloc calloc realloc free qsort abs memset memcpy memmove memcmp
|
||||||
wcslen wcslcpy wcslcat wcsdup wcsstr wcscmp wcsncmp
|
wcslen wcsdup wcsstr wcscmp wcsncmp
|
||||||
strlen _strrev _strupr _strlwr strchr strrchr strstr itoa _ltoa
|
strlen _strrev _strupr _strlwr strchr strrchr strstr itoa _ltoa
|
||||||
_ultoa strtol strtoul strtoll strtod atoi atof strcmp strncmp
|
_ultoa strtol strtoul strtoll strtod atoi atof strcmp strncmp
|
||||||
_stricmp _strnicmp strtok_s sscanf
|
_stricmp _strnicmp strtok_s sscanf
|
||||||
|
|
Loading…
Add table
Reference in a new issue