Use strcasecmp on non-Windows

This commit is contained in:
fincs 2014-12-10 23:14:19 +01:00
parent b2e0b2b96e
commit c06de444da

View File

@ -19,6 +19,10 @@
#include "maestro_opcodes.h"
#if !defined(WIN32) && !defined(stricmp)
#define stricmp strcasecmp
#endif
enum
{
COMP_X = 0,