mirror of
https://github.com/dhewm/dhewm3.git
synced 2024-11-23 12:53:09 +00:00
Undef strcasecmp before redefining it
This commit is contained in:
parent
b8dc464dc7
commit
216c83b130
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue