diff options
Diffstat (limited to 'Build/source/libs/icu/TLpatches/patch-16-putil')
-rw-r--r-- | Build/source/libs/icu/TLpatches/patch-16-putil | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/Build/source/libs/icu/TLpatches/patch-16-putil b/Build/source/libs/icu/TLpatches/patch-16-putil deleted file mode 100644 index e8f9e1ee34d..00000000000 --- a/Build/source/libs/icu/TLpatches/patch-16-putil +++ /dev/null @@ -1,15 +0,0 @@ - tzset and mingw/cygwin. - ---- /tmp/putil.cpp 2017-10-31 12:04:49.000000000 -0700 -+++ source/common/putil.cpp 2018-01-11 11:10:30.895806863 -0800 -@@ -46,8 +46,8 @@ - // First, the platform type. Need this for U_PLATFORM. - #include "unicode/platform.h" - --#if U_PLATFORM == U_PF_MINGW && defined __STRICT_ANSI__ --/* tzset isn't defined in strict ANSI on MinGW. */ -+#if (U_PF_CYGWIN <= U_PLATFORM && defined(__STRICT_ANSI__) -+/* tzset isn't defined in strict ANSI on Cygwin and MinGW. */ - #undef __STRICT_ANSI__ - #endif - |