X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/46f4442e9a5a4f3b98b7c1083586332f6a8a99a4..a01113dcd0f39d5da295ef82785beff9ed86fe38:/icuSources/test/letest/cfonts.h diff --git a/icuSources/test/letest/cfonts.h b/icuSources/test/letest/cfonts.h index 01e0fe87..efa12866 100644 --- a/icuSources/test/letest/cfonts.h +++ b/icuSources/test/letest/cfonts.h @@ -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