Use strcasecmp on non-Windows
This commit is contained in:
parent
b2e0b2b96e
commit
c06de444da
@ -19,6 +19,10 @@
|
||||
|
||||
#include "maestro_opcodes.h"
|
||||
|
||||
#if !defined(WIN32) && !defined(stricmp)
|
||||
#define stricmp strcasecmp
|
||||
#endif
|
||||
|
||||
enum
|
||||
{
|
||||
COMP_X = 0,
|
||||
|
Loading…
Reference in New Issue
Block a user