Magellan Linux

Annotation of /trunk/qt4/patches/qt-4.8.7-icu59.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2917 - (hide annotations) (download)
Wed May 17 09:04:25 2017 UTC (7 years, 1 month ago) by niro
File size: 380 byte(s)
-fixed patches
1 niro 2917 --- qt-everywhere-opensource-src-4.8.7/src/corelib/tools/qlocale_icu.cpp~ 2017-04-25 07:42:22.000000000 +0000
2     +++ qt-everywhere-opensource-src-4.8.7/src/corelib/tools/qlocale_icu.cpp 2017-04-25 07:44:34.675363008 +0000
3     @@ -43,6 +43,8 @@
4     #include "qlibrary.h"
5     #include "qdebug.h"
6 niro 2911
7 niro 2917 +#define UCHAR_TYPE unsigned short
8     +
9     #include "unicode/uversion.h"
10     #include "unicode/ucol.h"
11 niro 2911