Pageant is now able to avoid asking for the passphrase when asked to
[u/mdw/putty] / misc.h
diff --git a/misc.h b/misc.h
index 9ba5a18..12d0003 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, ...);