Add a couple of ellipses in Unix context menu (like r759 on Windows).
[u/mdw/putty] / puttyps.h
index 64c38c7..d1f3c37 100644 (file)
--- a/puttyps.h
+++ b/puttyps.h
@@ -1,15 +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"