diff options
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" |