diff options
Diffstat (limited to 'Mac/mwerks/mwerks_carbon_config.h')
-rw-r--r-- | Mac/mwerks/mwerks_carbon_config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Mac/mwerks/mwerks_carbon_config.h b/Mac/mwerks/mwerks_carbon_config.h index e96de720..b39467e 100644 --- a/Mac/mwerks/mwerks_carbon_config.h +++ b/Mac/mwerks/mwerks_carbon_config.h @@ -9,6 +9,7 @@ #define TARGET_API_MAC_CARBON 1 #define TARGET_API_MAC_CARBON_NOTYET 1 /* Things we should do eventually, but not now */ +#define USE_ARGV0_CHDIR /* Workaround for OSXDP4: change dir to argv[0] dir */ /* #define USE_GUSI2 /* Stdio implemented with GUSI 2 */ /* # define USE_GUSI1 /* Stdio implemented with GUSI 1 */ #define USE_MSL /* Use Mw Standard Library (as opposed to Plaugher C libraries) */ |