Changed ifdef __CFM68K__ to ifdef SYMANTEC__CFM68K__: CW has its own
unique set of ideosyncracies:-(
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