]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/i18n/unicode/region.h
ICU-62123.0.1.tar.gz
[apple/icu.git] / icuSources / i18n / unicode / region.h
index ad9f3894bdc9f66295c4dcb8de5a968ca501d2b9..550b78b07fd5c0bcf9f7a38c36a2068e5e500eaf 100644 (file)
@@ -1,3 +1,5 @@
+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
 /*
  *******************************************************************************
  * Copyright (C) 2014-2016, International Business Machines Corporation and others.
@@ -23,6 +25,7 @@
 #include "unicode/unistr.h"
 #include "unicode/strenum.h"
 
+#if U_SHOW_CPLUSPLUS_API
 U_NAMESPACE_BEGIN
 
 /**
@@ -210,11 +213,12 @@ private:
      * anything meaningful.
      */
 
-    static void loadRegionData(UErrorCode &status);
+    static void U_CALLCONV loadRegionData(UErrorCode &status);
 
 };
 
 U_NAMESPACE_END
+#endif // U_SHOW_CPLUSPLUS_API
 
 #endif /* #if !UCONFIG_NO_FORMATTING */
 #endif // REGION_H