]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - puttyps.h
Pass -restrict-acl, if given, through to sub-PuTTYs.
[PuTTY.git] / puttyps.h
index 64c38c73dc0fe7cf79462f780961a91062589920..27916d276ae946c048328a754a580081c94bc37f 100644 (file)
--- a/puttyps.h
+++ b/puttyps.h
@@ -1,15 +1,14 @@
+/*
+ * 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"
-
 #else
 
 #include "unix.h"