]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/letest/cfonts.h
ICU-64260.0.1.tar.gz
[apple/icu.git] / icuSources / test / letest / cfonts.h
index 01e0fe87594b1367fc078a370d967df3fc0767a8..efa128668941a4786e10e5c58073b80af9e97fe6 100644 (file)
@@ -1,9 +1,13 @@
+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
 /*
  *
- * (C) Copyright IBM Corp. 1998-2008 - All Rights Reserved
+ * (C) Copyright IBM Corp. 1998-2014 - All Rights Reserved
  *
  */
 
+#ifndef USING_ICULEHB /* C API not available under HB */
+
 #ifndef __CFONTS_H
 #define __CFONTS_H
 
@@ -30,3 +34,4 @@ void le_deleteUnicodeNameString(le_font *font, const LEUnicode16 *name);
 le_uint32 le_getFontChecksum(le_font *font);
 
 #endif
+#endif