diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-03-31 11:36:18 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-03-31 11:36:18 +0000 |
commit | 489ea12ee16129f73ccc8c3e1e9e8e86d874a59a (patch) | |
tree | b615af5c61383af8e480706eefc861eb1101126e /Build/source/texk/web2c/xetexdir | |
parent | f20a7b38014b955978abc80b26b668bbceab45fb (diff) |
icu-4.4
git-svn-id: svn://tug.org/texlive/trunk@17641 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/xetexdir')
-rw-r--r-- | Build/source/texk/web2c/xetexdir/ChangeLog | 5 | ||||
-rw-r--r-- | Build/source/texk/web2c/xetexdir/XeTeXLayoutInterface.cpp | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/xetexdir/ChangeLog b/Build/source/texk/web2c/xetexdir/ChangeLog index 0a79748aa05..fd65ae30ad9 100644 --- a/Build/source/texk/web2c/xetexdir/ChangeLog +++ b/Build/source/texk/web2c/xetexdir/ChangeLog @@ -1,3 +1,8 @@ +2010-03-30 Peter Breitenlohner <peb@mppmu.mpg.de> + + * XeTeXLayoutInterface.cpp: #include "unicode/platform.h" first, + required with ICU 4.4 for MinGW32. + 2010-02-25 Peter Breitenlohner <peb@mppmu.mpg.de> * XeTeX_ext.c [MINGW32]: First #include <kpathsea/config.h> to diff --git a/Build/source/texk/web2c/xetexdir/XeTeXLayoutInterface.cpp b/Build/source/texk/web2c/xetexdir/XeTeXLayoutInterface.cpp index 9677c2847db..49c6b923adf 100644 --- a/Build/source/texk/web2c/xetexdir/XeTeXLayoutInterface.cpp +++ b/Build/source/texk/web2c/xetexdir/XeTeXLayoutInterface.cpp @@ -30,6 +30,8 @@ use or other dealings in this Software without prior written authorization from the copyright holders. \****************************************************************************/ +#include "unicode/platform.h" // We need this first + #include "XeTeXLayoutInterface.h" #include "XeTeXOTLayoutEngine.h" |