X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=x11fwd.c;h=480d8560410a01c1920bf16183324a67f77bfbbe;hb=cf356a9a5f4b4ecc0aca907fdfc76f3d193485b2;hp=6fde0d8f9296cb07f44abf5a8b5f54259d48d1c0;hpb=320ee10afba0c2f50981239df62887e48c851299;p=PuTTY.git diff --git a/x11fwd.c b/x11fwd.c index 6fde0d8f..480d8560 100644 --- a/x11fwd.c +++ b/x11fwd.c @@ -5,13 +5,6 @@ #include "putty.h" #include "ssh.h" -#ifndef FALSE -#define FALSE 0 -#endif -#ifndef TRUE -#define TRUE 1 -#endif - #define GET_32BIT_LSB_FIRST(cp) \ (((unsigned long)(unsigned char)(cp)[0]) | \ ((unsigned long)(unsigned char)(cp)[1] << 8) | \