diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-07-02 11:33:10 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-07-02 11:33:10 +0000 |
commit | 1a1b0ed4deb7d7cc36e95917da86d9a7fcd50e8f (patch) | |
tree | e897f1cfee62018dc582abc1ce9255747a463923 /Build/source/texk/web2c/xetexdir/XeTeXFontInst.cpp | |
parent | 654fa41b0ba10cfc74e8f492458f2ddbdd177c57 (diff) |
XeTeX: Make sure <w2c/config.h> is always included first
git-svn-id: svn://tug.org/texlive/trunk@31067 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/xetexdir/XeTeXFontInst.cpp')
-rw-r--r-- | Build/source/texk/web2c/xetexdir/XeTeXFontInst.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/xetexdir/XeTeXFontInst.cpp b/Build/source/texk/web2c/xetexdir/XeTeXFontInst.cpp index fd13178e858..a6cd3785c4c 100644 --- a/Build/source/texk/web2c/xetexdir/XeTeXFontInst.cpp +++ b/Build/source/texk/web2c/xetexdir/XeTeXFontInst.cpp @@ -39,6 +39,14 @@ authorization from the copyright holders. * originally based on PortableFontInstance.cpp from ICU */ +#ifdef __cplusplus +extern "C" { +#endif +#include <w2c/config.h> +#ifdef __cplusplus +} +#endif + #include "XeTeXFontInst.h" #include "XeTeXLayoutInterface.h" #include "XeTeX_ext.h" |