]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/intltest/winutil.h
ICU-511.32.tar.gz
[apple/icu.git] / icuSources / test / intltest / winutil.h
index 3d68f0e1ee69fce8c4e39e583a1052e9b3dc5a38..a0003059cdfef1366cb24ec2cc298e7243eef7c9 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ********************************************************************************
-*   Copyright (C) 2005-2009, International Business Machines
+*   Copyright (C) 2005-2011, International Business Machines
 *   Corporation and others.  All Rights Reserved.
 ********************************************************************************
 *
@@ -14,7 +14,7 @@
 
 #include "unicode/utypes.h"
 
-#ifdef U_WINDOWS
+#if U_PLATFORM_HAS_WIN32_API
 
 #if !UCONFIG_NO_FORMATTING
 
@@ -41,6 +41,6 @@ private:
 
 #endif /* #if !UCONFIG_NO_FORMATTING */
 
-#endif // #ifdef U_WINDOWS
+#endif // U_PLATFORM_HAS_WIN32_API
 
 #endif // __WINUTIL