diff options
-rw-r--r-- | Build/source/texk/web2c/xetexdir/xetex.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/xetexdir/xetex.h b/Build/source/texk/web2c/xetexdir/xetex.h index b81ec543d0c..a7282d07881 100644 --- a/Build/source/texk/web2c/xetexdir/xetex.h +++ b/Build/source/texk/web2c/xetexdir/xetex.h @@ -93,5 +93,7 @@ void* getotassemblyptr(int f, int g, int horiz); /* function in XeTeXOTMath.cpp #endif #include "trans.h" /* functions for affine transform operations */ +#define Byte my_Byte /* hack to work around typedef conflict with zlib */ #include "TECkit_Common.h" /* include this before XeTeX_ext.h */ +#undef Byte #include "XeTeX_ext.h" /* other extension functions */ |