]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - puttyps.h
`make mostlyclean', to remove everything directly Halibut-generated
[PuTTY.git] / puttyps.h
index b64ecbd4b32454467abf6c57ab540b922bf226ac..d1f3c37df884dbdc96e0e63c6c6ab6d9d5f0272f 100644 (file)
--- a/puttyps.h
+++ b/puttyps.h
@@ -1,11 +1,22 @@
+/*
+ * Find the platform-specific header for this platform.
+ */
+
 #ifndef PUTTY_PUTTYPS_H
 #define PUTTY_PUTTYPS_H
 
 #ifdef _WINDOWS
 
-#include <windows.h>
 #include "winstuff.h"
 
+#elif defined(macintosh)
+
+#include "macstuff.h"
+
+#elif defined(MACOSX)
+
+#include "osx.h"
+
 #else
 
 #include "unix.h"