X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=puttyps.h;h=27916d276ae946c048328a754a580081c94bc37f;hb=ca8876f0044c2eb7dbc5a61a432e799973e7e51c;hp=1370bfd2a094e7ebafaae5e9cd135acc1afc5de6;hpb=46bfde32e84f331f65fac3fc6e9948d78a723d95;p=PuTTY.git diff --git a/puttyps.h b/puttyps.h index 1370bfd2..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,14 +9,6 @@ #include "winstuff.h" -#elif defined(macintosh) - -#include "macstuff.h" - -#elif defined(MACOSX) - -#include "osx.h" - #else #include "unix.h"