You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mxe/src/icu4c-2-dll_fix.patch

17 lines
443 B

This file is part of MXE.
See index.html for further information.
diff -urN icu/source/extra/uconv/uconv.cpp icu-patch/source/extra/uconv/uconv.cpp
--- icu/source/extra/uconv/uconv.cpp 2013-10-04 23:48:58.000000000 +0300
+++ icu-patch/source/extra/uconv/uconv.cpp 2013-12-15 15:04:00.758431267 +0200
@@ -59,6 +59,9 @@
#endif
#endif
+
+#undef UCONVMSG_LINK
+
#ifdef UCONVMSG_LINK
/* below from the README */
#include "unicode/utypes.h"