]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/common/unicode/unorm.h
ICU-66108.tar.gz
[apple/icu.git] / icuSources / common / unicode / unorm.h
index 3839de129573c19b05247ae9d35c2b294ee41f38..09dd366a968c1b473d76417e6dec2a6570872788 100644 (file)
 
 // Do not conditionalize the following enum with #ifndef U_HIDE_DEPRECATED_API,
 // it is needed for layout of Normalizer object.
+#ifndef U_FORCE_HIDE_DEPRECATED_API
+
 /**
  * Constants for normalization modes.
  * @deprecated ICU 56 Use unorm2.h instead.
@@ -155,6 +157,8 @@ typedef enum {
   UNORM_MODE_COUNT
 } UNormalizationMode;
 
+#endif  // U_FORCE_HIDE_DEPRECATED_API
+
 #ifndef U_HIDE_DEPRECATED_API
 
 /**