Sebastian Kuschel reports that pfd_closing can be called for a socket
[u/mdw/putty] / puttyps.h
index b64ecbd..724bf9b 100644 (file)
--- a/puttyps.h
+++ b/puttyps.h
@@ -1,11 +1,18 @@
+/*
+ * 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(MACOSX)
+
+#include "osx.h"
+
 #else
 
 #include "unix.h"