Allow MICRO and WIN32 code paths to diverge
There's still a lot of overlap for 3.4.1, but not 100% any longer and it facilitates some improvements - Allow error save files on WIN32
This commit is contained in:
@@ -225,7 +225,7 @@ typedef xchar boolean; /* 0 or 1 */
|
||||
#endif
|
||||
|
||||
#if defined(MICRO)
|
||||
#if !defined(AMIGA) && !defined(TOS) && !defined(OS2_HPFS) && !defined(WIN32)
|
||||
#if !defined(AMIGA) && !defined(TOS) && !defined(OS2_HPFS)
|
||||
#define SHORT_FILENAMES /* filenames are 8.3 */
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user