diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2001-05-14 15:00:38 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2001-05-14 15:00:38 (GMT) |
commit | 6db483e67935817908d286e230ac2b31d9039c59 (patch) | |
tree | 1bc60a25b0cc003512556b73545f9252e8e9515b /Mac/mwerks/mwerks_nscarbon_config.h | |
parent | 1bd797a25761ac180fe084f58b84850f9f597c8c (diff) | |
download | cpython-6db483e67935817908d286e230ac2b31d9039c59.zip cpython-6db483e67935817908d286e230ac2b31d9039c59.tar.gz cpython-6db483e67935817908d286e230ac2b31d9039c59.tar.bz2 |
Added a WITHOUT_FRAMEWORKS define to all the config files, so that on MacOS<=9 compiles use Universal Headers, not Carbon/Carbon.h.
Diffstat (limited to 'Mac/mwerks/mwerks_nscarbon_config.h')
-rw-r--r-- | Mac/mwerks/mwerks_nscarbon_config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Mac/mwerks/mwerks_nscarbon_config.h b/Mac/mwerks/mwerks_nscarbon_config.h index 6a4307a..fa6d3ea 100644 --- a/Mac/mwerks/mwerks_nscarbon_config.h +++ b/Mac/mwerks/mwerks_nscarbon_config.h @@ -39,6 +39,7 @@ #define USE_CACHE_ALIGNED 8 /* Align on 32-byte boundaries for 604 */ #endif #endif +#define WITHOUT_FRAMEWORKS /* Use old-style Universal Header includes, not Carbon/Carbon.h */ #ifdef USE_MSL #define MSL_USE_PRECOMPILED_HEADERS 0 /* Don't use precomp headers: we include our own */ |