From f78d3ff0cc0d8c039a541788884e74fa577f5833 Mon Sep 17 00:00:00 2001 From: Markus Scherer Date: Wed, 11 Dec 2024 13:36:26 -0800 Subject: [PATCH] ICU-22954 never really hide namespace defs --- icu4c/source/common/unicode/uversion.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/icu4c/source/common/unicode/uversion.h b/icu4c/source/common/unicode/uversion.h index 878453130fb3..a29bf21efda5 100644 --- a/icu4c/source/common/unicode/uversion.h +++ b/icu4c/source/common/unicode/uversion.h @@ -125,7 +125,7 @@ typedef uint8_t UVersionInfo[U_MAX_VERSION_LENGTH]; U_NAMESPACE_USE # endif -#ifndef U_HIDE_DRAFT_API +#ifndef U_FORCE_HIDE_DRAFT_API /** * \def U_HEADER_NESTED_NAMESPACE * Nested namespace used inside U_ICU_NAMESPACE for header-only APIs. @@ -180,7 +180,7 @@ typedef uint8_t UVersionInfo[U_MAX_VERSION_LENGTH]; #define U_HEADER_ONLY_NAMESPACE U_ICU_NAMESPACE::U_HEADER_NESTED_NAMESPACE namespace U_HEADER_ONLY_NAMESPACE {} -#endif // U_HIDE_DRAFT_API +#endif // U_FORCE_HIDE_DRAFT_API #endif /* __cplusplus */