fixed ticket #892

This commit is contained in:
Vadim Pisarevsky 2011-06-10 07:08:34 +00:00
parent 0070ce20af
commit cd818192ce

View File

@ -56,7 +56,7 @@
#define strdup _strdup #define strdup _strdup
#define stricmp _stricmp #define stricmp _stricmp
#endif #endif
#elif defined __GNUC__ #elif defined __GNUC__ || defined __sun
#define cv_stricmp strcasecmp #define cv_stricmp strcasecmp
#define cv_strnicmp strncasecmp #define cv_strnicmp strncasecmp
#else #else