X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/b75a7d8f3b4adbae880cab104ce2c6a50eee4db2..03115e547b9a040702fdddc7f9bf4c315a8c62a7:/icuSources/tools/toolutil/utimer.h?ds=sidebyside diff --git a/icuSources/tools/toolutil/utimer.h b/icuSources/tools/toolutil/utimer.h index be76d4a7..6926cdfe 100644 --- a/icuSources/tools/toolutil/utimer.h +++ b/icuSources/tools/toolutil/utimer.h @@ -1,6 +1,6 @@ /* ************************************************************************ -* Copyright (c) 1997-2002, International Business Machines +* Copyright (c) 1997-2004, International Business Machines * Corporation and others. All Rights Reserved. ************************************************************************ */ @@ -9,8 +9,11 @@ #define _UTIMER_H #if defined(WIN32) || defined(_WIN32) || defined(WIN64) || defined(_WIN64) +# define VC_EXTRALEAN +# define WIN32_LEAN_AND_MEAN # include #else +# include # include # include #endif