mirror of
https://github.com/Michaelangel007/apple2_prodos_utils.git
synced 2024-12-26 14:29:15 +00:00
Fix WIN32 define
This commit is contained in:
parent
280660fa69
commit
5d1dbfcd9d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user