mirror of
https://github.com/yawut/SDL.git
synced 2026-09-08 09:06:29 -05:00
Added _strnicmp support
This commit is contained in:
@@ -678,7 +678,7 @@ int SDL_strcasecmp(const char *str1, const char *str2)
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifndef HAVE_STRNCASECMP
|
||||
#if !defined(HAVE_STRNCASECMP) && !defined(HAVE__STRNICMP)
|
||||
int SDL_strncasecmp(const char *str1, const char *str2, size_t maxlen)
|
||||
{
|
||||
char a = 0;
|
||||
|
||||
Reference in New Issue
Block a user