mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
Fix missing _strnicmp on Linux.
svn path=/trunk/; revision=23394
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user