X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/03f64569e974a774b552b2cfeff55717756f68cb..41d3adbbfed77605e4a397ce199c5751c35bf94b:/misc.h diff --git a/misc.h b/misc.h index 9ba5a18c..12d0003f 100644 --- 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, ...);