Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(24)

Unified Diff: source/test/letest/cfonts.h

Issue 845603002: Update ICU to 54.1 step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@master
Patch Set: remove unusued directories Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « source/test/letest/SimpleFontInstance.cpp ('k') | source/test/letest/cfonts.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/test/letest/cfonts.h
diff --git a/source/test/letest/cfonts.h b/source/test/letest/cfonts.h
index 01e0fe87594b1367fc078a370d967df3fc0767a8..a143c18b9668477cde3423a44af5dd17c0bd8b79 100644
--- a/source/test/letest/cfonts.h
+++ b/source/test/letest/cfonts.h
@@ -1,9 +1,11 @@
/*
*
- * (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 +32,4 @@ void le_deleteUnicodeNameString(le_font *font, const LEUnicode16 *name);
le_uint32 le_getFontChecksum(le_font *font);
#endif
+#endif
« no previous file with comments | « source/test/letest/SimpleFontInstance.cpp ('k') | source/test/letest/cfonts.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698