X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=puttyps.h;h=724bf9b8d21ae9b8a147395604484302856081ff;hb=068b67d2f6e9b186b3107ebcb1e88a141b7b5ebc;hp=976f598ebaafa521c2cfaacca8eac54610156b64;hpb=e30aed9a6f8f3a20fc7bafd4ce5279a5bfba62a6;p=PuTTY.git diff --git a/puttyps.h b/puttyps.h index 976f598e..724bf9b8 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,9 +9,9 @@ #include "winstuff.h" -#elif defined(macintosh) +#elif defined(MACOSX) -#include "macstuff.h" +#include "osx.h" #else