mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-06-03 18:37:40 +00:00
Added SDL_wcscasecmp() and SDL_wcsncasecmp()
This commit is contained in:
parent
e4b7d9a221
commit
46a844786b
8 changed files with 93 additions and 2 deletions
|
@ -134,6 +134,8 @@ typedef unsigned int uintptr_t;
|
|||
#define HAVE_STRNCMP 1
|
||||
#define HAVE__STRICMP 1
|
||||
#define HAVE__STRNICMP 1
|
||||
#define HAVE__WCSICMP 1
|
||||
#define HAVE__WCSNICMP 1
|
||||
#define HAVE_ACOS 1
|
||||
#define HAVE_ACOSF 1
|
||||
#define HAVE_ASIN 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue