]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/letest/cletest.c
ICU-57131.0.1.tar.gz
[apple/icu.git] / icuSources / test / letest / cletest.c
index ca4e96d570e80ac54bf6dcadc480490184205e62..209337e05c1988231beb831ab1902d657c4445e4 100644 (file)
@@ -7,6 +7,8 @@
  *******************************************************************************
  */
 
+#ifndef USING_ICULEHB /* C API not available under HB */
+
 #include "unicode/utypes.h"
 #include "unicode/ubidi.h"
 #include "unicode/uscript.h"
@@ -742,3 +744,4 @@ U_CFUNC void addCTests(TestNode **root)
 }
 
 
+#endif