summaryrefslogtreecommitdiffstats
path: root/translate.c
diff options
context:
space:
mode:
authordscho <dscho>2001-10-06 17:45:42 +0000
committerdscho <dscho>2001-10-06 17:45:42 +0000
commit446f334cc1ee67b280e218ae58fef34d5b063cea (patch)
treef238279505d71a241b20154a43aee10b7acde3fa /translate.c
parent018e90db5918a75ceaf3835be084e2387f31a47e (diff)
downloadlibtdevnc-446f334cc1ee67b280e218ae58fef34d5b063cea.tar.gz
libtdevnc-446f334cc1ee67b280e218ae58fef34d5b063cea.zip
WIN32 compatibility, removed kbdptr.c
Diffstat (limited to 'translate.c')
-rw-r--r--translate.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/translate.c b/translate.c
index 5efc52c..8d78b99 100644
--- a/translate.c
+++ b/translate.c
@@ -63,6 +63,9 @@ static const rfbPixelFormat BGR233Format = {
#define CONCAT4(a,b,c,d) a##b##c##d
#define CONCAT4E(a,b,c,d) CONCAT4(a,b,c,d)
+#undef OUT
+#undef IN
+
#define OUT 8
#include "tableinitcmtemplate.c"
#include "tableinittctemplate.c"