Commit cd818192 authored by Vadim Pisarevsky's avatar Vadim Pisarevsky

fixed ticket #892

parent 0070ce20
...@@ -56,7 +56,7 @@ ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment