Sebastian Kuschel reports that pfd_closing can be called for a socket
[u/mdw/putty] / puttyps.h
index 1370bfd..724bf9b 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
 
@@ -5,10 +9,6 @@
 
 #include "winstuff.h"
 
-#elif defined(macintosh)
-
-#include "macstuff.h"
-
 #elif defined(MACOSX)
 
 #include "osx.h"