fix baseline build (old cairo) - 'cairo_rectangle_int_t' does not name a type
[LibreOffice.git] / external / icu / icu4c-wchar_t.patch
blob4a8067c879ad8ce025501a7bbe9f1f0a83f13372
1 --- misc/icu/source/config/mh-cygwin-msvc
2 +++ misc/build/icu/source/config/mh-cygwin-msvc
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