#13961: fix build without SSLv2 fix warnings

This commit is contained in:
Alexandre Savard
2012-07-30 11:10:21 -04:00
parent 0324fbbbf3
commit 6476643e45

View File

@ -52,9 +52,12 @@
# define wcsicmp _wcsicmp
# define wcsnicmp _wcsnicmp
#else
#ifndef stricmp
# define stricmp strcasecmp
#endif
#ifndef strnicmp
# define strnicmp strncasecmp
#endif
# if defined(PJ_NATIVE_STRING_IS_UNICODE) && PJ_NATIVE_STRING_IS_UNICODE!=0
# error "Implement Unicode string functions"
# endif