Fix WIN32 define

This commit is contained in:
michaelangel007 2023-04-06 13:44:05 -07:00
parent 280660fa69
commit 5d1dbfcd9d
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
#define DEBUG_DSK_SAVE 0
#define DEBUG_DSK_INTERLEAVE 0
#ifdef __WIN32
#ifdef _WIN32
#else
// OSX / BSD / Linux
#define stricmp strcasecmp