Undef strcasecmp before redefining it

This commit is contained in:
dhewg 2011-12-13 23:46:38 +01:00
parent b8dc464dc7
commit 216c83b130

View file

@ -63,6 +63,9 @@ If you have questions concerning this license or the applicable additional terms
#define stricmp idStr::Icmp // use_idStr_Icmp
#define _stricmp use_idStr_Icmp
#if defined( strcasecmp )
#undef strcasecmp
#endif
#define strcasecmp use_idStr_Icmp
#define strnicmp use_idStr_Icmpn
#define _strnicmp use_idStr_Icmpn