Changed ifdef __CFM68K__ to ifdef SYMANTEC__CFM68K__: CW has its own
unique set of ideosyncracies:-(
diff --git a/Include/allobjects.h b/Include/allobjects.h
index b156e2e..7d1daff 100644
--- a/Include/allobjects.h
+++ b/Include/allobjects.h
@@ -51,7 +51,7 @@
 #include "config.h"
 #endif
 
-#ifdef __CFM68K__
+#ifdef SYMANTEC__CFM68K__
 #define UsingSharedLibs
 #endif
 
@@ -61,7 +61,7 @@
 
 #include "myproto.h"
 
-#ifdef __CFM68K__
+#ifdef SYMANTEC__CFM68K__
 #pragma lib_export on
 #endif
 
diff --git a/Include/mymalloc.h b/Include/mymalloc.h
index db0c9bd..f1e9352 100644
--- a/Include/mymalloc.h
+++ b/Include/mymalloc.h
@@ -56,7 +56,7 @@
 extern "C" {
 #endif
 
-#ifdef __CFM68K__
+#ifdef SYMANTEC__CFM68K__
 #pragma lib_export on
 #endif
 
diff --git a/Include/mymath.h b/Include/mymath.h
index b34b77e..36ee1eb 100644
--- a/Include/mymath.h
+++ b/Include/mymath.h
@@ -5,12 +5,12 @@
    symbols doesn't quite work...
    XXX Not sure now...  Seems to be something else going on as well... */
 
-#ifdef __CFM68K__
+#ifdef SYMANTEC__CFM68K__
 #pragma lib_export off
 #endif
 
 #include <math.h>
 
-#ifdef __CFM68K__
+#ifdef SYMANTEC__CFM68K__
 #pragma lib_export on
 #endif