]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/intltest/winutil.h
ICU-59117.0.1.tar.gz
[apple/icu.git] / icuSources / test / intltest / winutil.h
index 03a0044ac6e140622b991ce411ab36fa34b49585..9cdae0262eeeecb0dae3d76f0af28d9daa8b2294 100644 (file)
@@ -1,6 +1,8 @@
+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
 /*
 ********************************************************************************
-*   Copyright (C) 2005-2006, International Business Machines
+*   Copyright (C) 2005-2011, International Business Machines
 *   Corporation and others.  All Rights Reserved.
 ********************************************************************************
 *
@@ -14,7 +16,7 @@
 
 #include "unicode/utypes.h"
 
-#ifdef U_WINDOWS
+#if U_PLATFORM_HAS_WIN32_API
 
 #if !UCONFIG_NO_FORMATTING
 
@@ -29,7 +31,7 @@ public:
     struct LCIDRecord
     {
         int32_t lcid;
-        const char *localeID;
+        char *localeID;
     };
 
     static LCIDRecord *getLocales(int32_t &localeCount);
@@ -41,6 +43,6 @@ private:
 
 #endif /* #if !UCONFIG_NO_FORMATTING */
 
-#endif // #ifdef U_WINDOWS
+#endif // U_PLATFORM_HAS_WIN32_API
 
 #endif // __WINUTIL