diff options
author | dscho <dscho> | 2001-10-06 17:45:42 +0000 |
---|---|---|
committer | dscho <dscho> | 2001-10-06 17:45:42 +0000 |
commit | 446f334cc1ee67b280e218ae58fef34d5b063cea (patch) | |
tree | f238279505d71a241b20154a43aee10b7acde3fa /translate.c | |
parent | 018e90db5918a75ceaf3835be084e2387f31a47e (diff) | |
download | libtdevnc-446f334cc1ee67b280e218ae58fef34d5b063cea.tar.gz libtdevnc-446f334cc1ee67b280e218ae58fef34d5b063cea.zip |
WIN32 compatibility, removed kbdptr.c
Diffstat (limited to 'translate.c')
-rw-r--r-- | translate.c | 3 |
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" |