X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=puttyps.h;h=27916d276ae946c048328a754a580081c94bc37f;hb=00bcf6ecbc38b79579c09b25dcf848c159513f5a;hp=976f598ebaafa521c2cfaacca8eac54610156b64;hpb=e30aed9a6f8f3a20fc7bafd4ce5279a5bfba62a6;p=PuTTY.git diff --git a/puttyps.h b/puttyps.h index 976f598e..27916d27 100644 --- 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" - #else #include "unix.h"