Index: source/common/ucnvhz.c |
diff --git a/source/common/ucnvhz.c b/source/common/ucnvhz.c |
index 3760c3913d09d63043ef7d7b0dc10db0294e8627..51825e24e4b096967dd5092982bfb6111aa8f541 100644 |
--- a/source/common/ucnvhz.c |
+++ b/source/common/ucnvhz.c |
@@ -16,7 +16,7 @@ |
#include "unicode/utypes.h" |
-#if !UCONFIG_NO_CONVERSION && !UCONFIG_NO_LEGACY_CONVERSION |
+#if !UCONFIG_NO_CONVERSION && !UCONFIG_NO_LEGACY_CONVERSION && !UCONFIG_NO_NON_HTML5_CONVERSION |
#include "cmemory.h" |
#include "unicode/ucnv.h" |
@@ -635,4 +635,4 @@ const UConverterSharedData _HZData={ |
0 |
}; |
-#endif /* #if !UCONFIG_NO_LEGACY_CONVERSION */ |
+#endif /* #if !UCONFIG_NO_CONVERSION && !UCONFIG_NO_LEGACY_CONVERSION && !UCONFIG_NO_NON_HTML5_CONVERSION */ |