X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/d082ac49971a1c1a9e84c5b201c30aab675f154f..c18ed0977b860ee7f35b35c239812355b476a31b:/puttyps.h diff --git a/puttyps.h b/puttyps.h index 64c38c73..d1f3c37d 100644 --- a/puttyps.h +++ b/puttyps.h @@ -1,15 +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"