[#2284] Remove redefinition warnings + speex warnings

This commit is contained in:
Emmanuel Milou
2009-11-11 09:49:18 -05:00
parent 86e23be3db
commit f5ce92631a

View File

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