X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=puttyps.h;h=724bf9b8d21ae9b8a147395604484302856081ff;hb=f004bcca17a789356c32527a396b68b71a773db2;hp=64c38c73dc0fe7cf79462f780961a91062589920;hpb=c4eebb49a9e7593bf12f07b01d6800cc64c05168;p=PuTTY.git 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