X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/46f4442e9a5a4f3b98b7c1083586332f6a8a99a4..0f5d89e82340278ed3d7d50029f37cab2c41a57e:/icuSources/test/letest/cfonts.cpp diff --git a/icuSources/test/letest/cfonts.cpp b/icuSources/test/letest/cfonts.cpp index 1040eb93..07af957b 100644 --- a/icuSources/test/letest/cfonts.cpp +++ b/icuSources/test/letest/cfonts.cpp @@ -1,10 +1,14 @@ +// © 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 * */ -#include "LETypes.h" +#ifndef USING_ICULEHB /* C API not available under HB */ + +#include "layout/LETypes.h" #include "loengine.h" #include "PortableFontInstance.h" #include "SimpleFontInstance.h" @@ -67,3 +71,4 @@ le_uint32 le_getFontChecksum(le_font *font) } U_CDECL_END +#endif