1 --- misc/icu/source/common/unicode/utf16.h
2 +++ misc/build/icu/source/common/unicode/utf16.h
4 (s)[(i)++]=(uint16_t)(((c)&0x3ff)|0xdc00); \
5 } else /* c>0x10ffff or not enough space */ { \
11 --- misc/icu/source/common/unicode/utypes.h
12 +++ misc/build/icu/source/common/unicode/utypes.h
14 * some Linux/Unix compilers have problems with defining global new/delete.
15 * On Windows, it is _MSC_VER>=1200 for MSVC 6.0 and higher.
17 -#if defined(__cplusplus) && U_DEBUG && U_OVERRIDE_CXX_ALLOCATION && (_MSC_VER>=1200) && !defined(U_STATIC_IMPLEMENTATION) && (defined(U_COMMON_IMPLEMENTATION) || defined(U_I18N_IMPLEMENTATION) || defined(U_IO_IMPLEMENTATION) || defined(U_LAYOUT_IMPLEMENTATION) || defined(U_LAYOUTEX_IMPLEMENTATION))
18 +#if defined(__cplusplus) && U_DEBUG && U_OVERRIDE_CXX_ALLOCATION && defined (_MSC_VER) && (_MSC_VER>=1200) && !defined(U_STATIC_IMPLEMENTATION) && (defined(U_COMMON_IMPLEMENTATION) || defined(U_I18N_IMPLEMENTATION) || defined(U_IO_IMPLEMENTATION) || defined(U_LAYOUT_IMPLEMENTATION) || defined(U_LAYOUTEX_IMPLEMENTATION))
20 #ifndef U_HIDE_INTERNAL_API