summaryrefslogtreecommitdiffstats
path: root/Mac/mwerks/mwerks_plugin_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'Mac/mwerks/mwerks_plugin_config.h')
-rw-r--r--Mac/mwerks/mwerks_plugin_config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Mac/mwerks/mwerks_plugin_config.h b/Mac/mwerks/mwerks_plugin_config.h
index 0052df8..1bb465d 100644
--- a/Mac/mwerks/mwerks_plugin_config.h
+++ b/Mac/mwerks/mwerks_plugin_config.h
@@ -2,7 +2,8 @@
** Config file for dynamically-loaded ppc/cfm68k plugin modules.
*/
-#define USE_GUSI /* Stdio implemented with GUSI */
+#define USE_GUSI1 /* Stdio implemented with GUSI */
+/* #define USE_GUSI2 /* Stdio implemented with GUSI */
#define USE_MSL /* Use MSL libraries */
#ifdef USE_MSL
#define MSL_USE_PRECOMPILED_HEADERS 0 /* Don't use precomp headers: we include our own */