summaryrefslogtreecommitdiff
path: root/Mac_files/MacOS_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'Mac_files/MacOS_config.h')
-rw-r--r--Mac_files/MacOS_config.h13
1 files changed, 8 insertions, 5 deletions
diff --git a/Mac_files/MacOS_config.h b/Mac_files/MacOS_config.h
index 838be591..93c3c97a 100644
--- a/Mac_files/MacOS_config.h
+++ b/Mac_files/MacOS_config.h
@@ -12,13 +12,16 @@
/* Boehm, November 17, 1995 12:10 pm PST */
#ifdef __MWERKS__
-#if defined(__powerc)
-#include <MacHeadersPPC>
-#else
-#include <MacHeaders68K>
-#endif
+
+// for CodeWarrior Pro with Metrowerks Standard Library (MSL).
+// #define MSL_USE_PRECOMPILED_HEADERS 0
+#include <ansi_prefix.mac.h>
+#ifndef __STDC__
+#define __STDC__ 0
#endif
+#endif /* __MWERKS__ */
+
// these are defined again in gc_priv.h.
#undef TRUE
#undef FALSE