Added SDL_wcscasecmp() and SDL_wcsncasecmp()

This commit is contained in:
Sam Lantinga 2020-11-24 12:43:01 -08:00
parent e4b7d9a221
commit 46a844786b
8 changed files with 93 additions and 2 deletions

View file

@ -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