From: Michael Ow Date: Tue, 3 Dec 2013 04:49:12 +0000 (+0000) Subject: ICU-10500 Add check for if formatting is disabled X-Git-Tag: milestone-59-0-1~2354 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c3fc274b0bef6013633c99e87a67a6be66b3e72d;p=icu ICU-10500 Add check for if formatting is disabled X-SVN-Rev: 34703 --- diff --git a/icu4c/source/i18n/wintzimpl.cpp b/icu4c/source/i18n/wintzimpl.cpp index eaa3dd0d72d..e276680b8ec 100644 --- a/icu4c/source/i18n/wintzimpl.cpp +++ b/icu4c/source/i18n/wintzimpl.cpp @@ -1,6 +1,6 @@ /* ******************************************************************************** -* Copyright (C) 2009-2011, International Business Machines +* Copyright (C) 2009-2013, International Business Machines * Corporation and others. All Rights Reserved. ******************************************************************************** * @@ -11,7 +11,7 @@ #include "unicode/utypes.h" -#if U_PLATFORM_HAS_WIN32_API +#if U_PLATFORM_HAS_WIN32_API && !UCONFIG_NO_FORMATTING #include "wintzimpl.h"