]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - misc.h
Fix AltGr/Application/Compose/CtrlAlt discrepancies introduced in windlg.c
[PuTTY.git] / misc.h
diff --git a/misc.h b/misc.h
index 9ba5a18c72ac859cf91df10826b4a106de7276fc..12d0003fc000acac5e131f82f9dd6f99f0ceb3f1 100644 (file)
--- a/misc.h
+++ b/misc.h
@@ -3,6 +3,13 @@
 
 #include "puttymem.h"
 
+#ifndef FALSE
+#define FALSE 0
+#endif
+#ifndef TRUE
+#define TRUE 1
+#endif
+
 char *dupstr(char *s);
 char *dupcat(char *s1, ...);