X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/d082ac49971a1c1a9e84c5b201c30aab675f154f..5fd70d0768f86274b22e73f3cd8f59fec0325e36:/puttyps.h diff --git a/puttyps.h b/puttyps.h index 64c38c73..724bf9b8 100644 --- a/puttyps.h +++ b/puttyps.h @@ -1,14 +1,17 @@ +/* + * 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) +#elif defined(MACOSX) -#include "macstuff.h" +#include "osx.h" #else