X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/b25be06635768807f8f693286fa73bb2297bb06c..4388f060552cc537e71e957d32f35e9d75a61233:/icuSources/i18n/wintzimpl.h diff --git a/icuSources/i18n/wintzimpl.h b/icuSources/i18n/wintzimpl.h index e7083e92..3c01c0f4 100644 --- a/icuSources/i18n/wintzimpl.h +++ b/icuSources/i18n/wintzimpl.h @@ -1,6 +1,6 @@ /* ******************************************************************************** -* Copyright (C) 2008, International Business Machines +* Copyright (C) 2008-2011, International Business Machines * Corporation and others. All Rights Reserved. ******************************************************************************** * @@ -14,7 +14,7 @@ #include "unicode/utypes.h" -#ifdef U_WINDOWS +#if U_PLATFORM_HAS_WIN32_API /** * \file * \brief C API: Utilities for dealing w/ Windows time zones. @@ -32,6 +32,6 @@ U_CAPI UBool U_EXPORT2 uprv_getWindowsTimeZoneInfo(TIME_ZONE_INFORMATION *zoneInfo, const UChar *icuid, int32_t length); -#endif /* #ifdef U_WINDOWS */ +#endif /* U_PLATFORM_HAS_WIN32_API */ #endif /* __WINTZIMPL */