X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/e81b578db6b9699ad773be2ec013621883876946..3f2d010c23f77862bb890b5f88244039bcf8f875:/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, ...);