X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=puttyps.h;h=d1f3c37df884dbdc96e0e63c6c6ab6d9d5f0272f;hb=d5aa23c1160e7bf866a0f4ff62c652c8b363a662;hp=b64ecbd4b32454467abf6c57ab540b922bf226ac;hpb=64c52b0d307ac9bf9e386e14e2801068dc3d0f25;p=PuTTY.git diff --git a/puttyps.h b/puttyps.h index b64ecbd4..d1f3c37d 100644 --- a/puttyps.h +++ b/puttyps.h @@ -1,11 +1,22 @@ +/* + * Find the platform-specific header for this platform. + */ + #ifndef PUTTY_PUTTYPS_H #define PUTTY_PUTTYPS_H #ifdef _WINDOWS -#include #include "winstuff.h" +#elif defined(macintosh) + +#include "macstuff.h" + +#elif defined(MACOSX) + +#include "osx.h" + #else #include "unix.h"