X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/1ddda1ca78c0458141b45197544597c566184b6f..b4bc538452c92b6a2f9c935028461f5c774a4f1f:/puttyps.h diff --git a/puttyps.h b/puttyps.h index 1370bfd2..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,10 +9,6 @@ #include "winstuff.h" -#elif defined(macintosh) - -#include "macstuff.h" - #elif defined(MACOSX) #include "osx.h"