diff --git a/reactos/include/reactos/wine/port.h b/reactos/include/reactos/wine/port.h index e158cfdadd1..a360ab65288 100644 --- a/reactos/include/reactos/wine/port.h +++ b/reactos/include/reactos/wine/port.h @@ -272,6 +272,10 @@ int strncasecmp(const char *str1, const char *str2, size_t n); # else # define strncasecmp _strnicmp # endif +#else +# ifndef HAVE__STRNICMP +# define _strnicmp strncasecmp +# endif #endif /* !defined(HAVE_STRNCASECMP) */ #ifndef HAVE_STRERROR