]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - puttyps.h
Check the x argument to check_boundary() more carefully.
[PuTTY.git] / puttyps.h
index 976f598ebaafa521c2cfaacca8eac54610156b64..724bf9b8d21ae9b8a147395604484302856081ff 100644 (file)
--- 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