cmake: add missing checks for wcscasecmp, _wcsicmp, wcsncasecmp, _wcsnicmp

This commit is contained in:
Ozkan Sezer 2020-11-25 14:51:56 +03:00
parent 7c18088f00
commit e5783e1179
2 changed files with 6 additions and 1 deletions

View file

@ -100,6 +100,10 @@
#cmakedefine HAVE_WCSSTR 1
#cmakedefine HAVE_WCSCMP 1
#cmakedefine HAVE_WCSNCMP 1
#cmakedefine HAVE_WCSCASECMP 1
#cmakedefine HAVE__WCSICMP 1
#cmakedefine HAVE_WCSNCASECMP 1
#cmakedefine HAVE__WCSNICMP 1
#cmakedefine HAVE_STRLEN 1
#cmakedefine HAVE_STRLCPY 1
#cmakedefine HAVE_STRLCAT 1