Any Mac that can handle CFM-68K code must have at least a 68020 CPU, and hence
[u/mdw/putty] / mac / mac.h
index 317b749..8b79a77 100644 (file)
--- a/mac/mac.h
+++ b/mac/mac.h
@@ -27,7 +27,12 @@ struct mac_gestalts {
 
 extern struct mac_gestalts mac_gestalts;
 
+#if TARGET_RT_MAC_CFM
+/* All systems that can use CFM have Color QuickDraw */
+#define HAVE_COLOR_QD() 1
+#else
 #define HAVE_COLOR_QD() (mac_gestalts.qdvers > gestaltOriginalQD)
+#endif
 
 typedef struct {
     /* Config that created this session */