]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/tools/toolutil/utimer.h
ICU-6.2.10.tar.gz
[apple/icu.git] / icuSources / tools / toolutil / utimer.h
index be76d4a77bab71de4586f0da1a68e3e70f1f80d9..6926cdfeefc36d105703e245a9560346cea328cd 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ************************************************************************
 /*
 ************************************************************************
-* Copyright (c) 1997-2002, International Business Machines
+* Copyright (c) 1997-2004, International Business Machines
 * Corporation and others.  All Rights Reserved.
 ************************************************************************
 */
 * Corporation and others.  All Rights Reserved.
 ************************************************************************
 */
@@ -9,8 +9,11 @@
 #define _UTIMER_H
 
 #if defined(WIN32) || defined(_WIN32) || defined(WIN64) || defined(_WIN64)
 #define _UTIMER_H
 
 #if defined(WIN32) || defined(_WIN32) || defined(WIN64) || defined(_WIN64)
+#   define VC_EXTRALEAN
+#   define WIN32_LEAN_AND_MEAN
 #   include <windows.h>
 #else
 #   include <windows.h>
 #else
+#   include <time.h>
 #   include <sys/time.h> 
 #   include <unistd.h> 
 #endif
 #   include <sys/time.h> 
 #   include <unistd.h> 
 #endif