From 54f3a77ac675f77460de51e428a75d7797055e1c Mon Sep 17 00:00:00 2001 From: "Steven R. Loomis" Date: Fri, 7 Apr 2017 18:37:11 +0000 Subject: [PATCH] ICU-12787 utimer patch cygwin X-SVN-Rev: 40008 --- icu4c/source/tools/ctestfw/unicode/utimer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;