Fix a warning with new RosBE

svn path=/trunk/; revision=58431
This commit is contained in:
Timo Kreuzer 2013-03-05 08:07:21 +00:00
parent 9df9d495fb
commit 3d64816d02

View file

@ -529,7 +529,7 @@ static int check_for_punctuation(int c, const char *name)
return c;
}
#if _WIN32
#if defined(_WIN32) && !defined(strcasecmp)
#define strcasecmp stricmp
#endif//_WIN32