]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - puttyps.h
When we're quoting user-interface text from PuTTY 0.51, we probably shouldn't
[PuTTY.git] / puttyps.h
index 64c38c73dc0fe7cf79462f780961a91062589920..1370bfd2a094e7ebafaae5e9cd135acc1afc5de6 100644 (file)
--- a/puttyps.h
+++ b/puttyps.h
@@ -3,13 +3,16 @@
 
 #ifdef _WINDOWS
 
-#include <windows.h>
 #include "winstuff.h"
 
 #elif defined(macintosh)
 
 #include "macstuff.h"
 
+#elif defined(MACOSX)
+
+#include "osx.h"
+
 #else
 
 #include "unix.h"