mirror of
https://github.com/Michaelangel007/apple2_prodos_utils.git
synced 2025-08-05 14:24:11 +00:00
Fix WIN32 define
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user