X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/7440fd4419acfc9c784f142fb9dee3e64c9a18c2..5462f4596108c4309fb69b4e57aa1e59d7100908:/puttyps.h 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