bump product version to 4.1.6.2
[LibreOffice.git] / icu / icu4c-wchar_t.patch
blob2360a08f03a62985d29907ae948acd598839a0d5
1 --- misc/icu/source/config/mh-cygwin-msvc 2012-05-10 11:42:22.886869800 +0100
2 +++ misc/build/icu/source/config/mh-cygwin-msvc 2012-05-10 11:42:45.110227500 +0100
3 @@ -43,10 +43,9 @@
5 # /GF pools strings and places them into read-only memory
6 # /EHsc enables exception handling
7 -# /Zc:wchar_t makes wchar_t a native type. Required for C++ ABI compatibility.
8 # -D_CRT_SECURE_NO_DEPRECATE is needed to quiet warnings about using standard C functions.
9 -CFLAGS+=/GF /nologo
10 -CXXFLAGS+=/GF /nologo /EHsc /Zc:wchar_t
11 +CFLAGS+=/GF /nologo /Zc:wchar_t-
12 +CXXFLAGS+=/GF /nologo /EHsc /Zc:wchar_t-
13 CPPFLAGS+=-D_CRT_SECURE_NO_DEPRECATE
14 DEFS+=-DWIN32 -DCYGWINMSVC
15 LDFLAGS+=/nologo