]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - puttyps.h
When we disconnect because we have no supported authentication
[PuTTY.git] / puttyps.h
index 976f598ebaafa521c2cfaacca8eac54610156b64..d1f3c37df884dbdc96e0e63c6c6ab6d9d5f0272f 100644 (file)
--- a/puttyps.h
+++ b/puttyps.h
@@ -1,3 +1,7 @@
+/*
+ * Find the platform-specific header for this platform.
+ */
+
 #ifndef PUTTY_PUTTYPS_H
 #define PUTTY_PUTTYPS_H
 
@@ -9,6 +13,10 @@
 
 #include "macstuff.h"
 
+#elif defined(MACOSX)
+
+#include "osx.h"
+
 #else
 
 #include "unix.h"