summaryrefslogtreecommitdiffstats
path: root/rfb.h
diff options
context:
space:
mode:
Diffstat (limited to 'rfb.h')
-rw-r--r--rfb.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/rfb.h b/rfb.h
index 9628cfd..2864adf 100644
--- a/rfb.h
+++ b/rfb.h
@@ -37,7 +37,9 @@ typedef CARD32 KeySym;
/* for some strange reason, "typedef signed char Bool;" yields a four byte
signed int on an SGI, but only for rfbserver.o!!! */
#define Bool signed char
+#undef FALSE
#define FALSE 0
+#undef TRUE
#define TRUE -1
#define xalloc malloc