From: Steven R. Loomis Date: Fri, 7 Apr 2017 18:37:11 +0000 (+0000) Subject: ICU-12787 utimer patch cygwin X-Git-Tag: milestone-60-0-1~111 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=54f3a77ac675f77460de51e428a75d7797055e1c;p=icu ICU-12787 utimer patch cygwin X-SVN-Rev: 40008 --- diff --git a/icu4c/source/tools/ctestfw/unicode/utimer.h b/icu4c/source/tools/ctestfw/unicode/utimer.h index 394b356c5e8..51b7f2652d5 100644 --- a/icu4c/source/tools/ctestfw/unicode/utimer.h +++ b/icu4c/source/tools/ctestfw/unicode/utimer.h @@ -12,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 @@ -162,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;