X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/729e4ab9bc6618bc3d8a898e575df7f4019e29ca..e4f10fab0c078f399c9deef476d9c9b73b47dff8:/icuSources/test/intltest/winutil.h diff --git a/icuSources/test/intltest/winutil.h b/icuSources/test/intltest/winutil.h index 3d68f0e1..a0003059 100644 --- a/icuSources/test/intltest/winutil.h +++ b/icuSources/test/intltest/winutil.h @@ -1,6 +1,6 @@ /* ******************************************************************************** -* Copyright (C) 2005-2009, International Business Machines +* Copyright (C) 2005-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 #if !UCONFIG_NO_FORMATTING @@ -41,6 +41,6 @@ private: #endif /* #if !UCONFIG_NO_FORMATTING */ -#endif // #ifdef U_WINDOWS +#endif // U_PLATFORM_HAS_WIN32_API #endif // __WINUTIL