diff --git a/src/stdlib/SDL_string.c b/src/stdlib/SDL_string.c index da7290600..da02d8b09 100644 --- a/src/stdlib/SDL_string.c +++ b/src/stdlib/SDL_string.c @@ -923,7 +923,7 @@ SDL_strncmp(const char *str1, const char *str2, size_t maxlen) #ifdef SDL_strcasecmp #undef SDL_strcasecmp -int SDL_strcasecmp(const char *str1, const char *str2) { return SDL_strcasecmp(str1, str2); } +int SDL_strcasecmp(const char *str1, const char *str2) { return SDL_strcasecmp_inline(str1, str2); } #else int SDL_strcasecmp(const char *str1, const char *str2)