X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/f7f273099c8798f70611550bfc06b417e5c28ac7..88ea89339783ee587180b645981967f6cb8bcd20:/puttyps.h diff --git a/puttyps.h b/puttyps.h index b64ecbd4..724bf9b8 100644 --- a/puttyps.h +++ b/puttyps.h @@ -1,11 +1,18 @@ +/* + * Find the platform-specific header for this platform. + */ + #ifndef PUTTY_PUTTYPS_H #define PUTTY_PUTTYPS_H #ifdef _WINDOWS -#include #include "winstuff.h" +#elif defined(MACOSX) + +#include "osx.h" + #else #include "unix.h"