X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/51004dcb01e06fef634b61be77ed73dd61cb6db9..3d1f044b704633e2e541231cd17ae9ecf9ad5c7a:/icuSources/tools/ctestfw/unicode/utimer.h diff --git a/icuSources/tools/ctestfw/unicode/utimer.h b/icuSources/tools/ctestfw/unicode/utimer.h index 605158b0..51b7f265 100644 --- a/icuSources/tools/ctestfw/unicode/utimer.h +++ b/icuSources/tools/ctestfw/unicode/utimer.h @@ -1,3 +1,5 @@ +// © 2016 and later: Unicode, Inc. and others. +// License & terms of use: http://www.unicode.org/copyright.html /* ************************************************************************ * Copyright (c) 1997-2012, International Business Machines @@ -10,7 +12,7 @@ #include "unicode/utypes.h" -#if U_PLATFORM_HAS_WIN32_API +#if U_PLATFORM_USES_ONLY_WIN32_API # define VC_EXTRALEAN # define WIN32_LEAN_AND_MEAN # include @@ -160,7 +162,7 @@ typedef struct UTimer UTimer; typedef void FuntionToBeTimed(void* param); -#if U_PLATFORM_HAS_WIN32_API +#if U_PLATFORM_USES_ONLY_WIN32_API struct UTimer{ LARGE_INTEGER start;