X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/3d1f044b704633e2e541231cd17ae9ecf9ad5c7a..340931cb2e044a2141d11567dd0f782524e32994:/icuSources/common/unicode/locdspnm.h diff --git a/icuSources/common/unicode/locdspnm.h b/icuSources/common/unicode/locdspnm.h index 0ec415d5..4f06f857 100644 --- a/icuSources/common/unicode/locdspnm.h +++ b/icuSources/common/unicode/locdspnm.h @@ -12,6 +12,8 @@ #include "unicode/utypes.h" +#if U_SHOW_CPLUSPLUS_API + /** * \file * \brief C++ API: Provides display names of Locale and its components. @@ -25,7 +27,6 @@ #include "unicode/uldnames.h" #include "unicode/udisplaycontext.h" -#if U_SHOW_CPLUSPLUS_API U_NAMESPACE_BEGIN /** @@ -202,8 +203,9 @@ inline LocaleDisplayNames* LocaleDisplayNames::createInstance(const Locale& loca } U_NAMESPACE_END -#endif // U_SHOW_CPLUSPLUS_API #endif +#endif /* U_SHOW_CPLUSPLUS_API */ + #endif