From 07772cfcc10b2e697241546ebf003d60259c58e4 Mon Sep 17 00:00:00 2001 From: Thomas Faber Date: Sun, 27 Apr 2014 04:52:36 +0000 Subject: [PATCH] [USP10] - Silence an excessively noisy DPRINT to make testman happier svn path=/trunk/; revision=63012 --- reactos/dll/win32/usp10/opentype.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/reactos/dll/win32/usp10/opentype.c b/reactos/dll/win32/usp10/opentype.c index a46daf2f619..2881f5d1806 100644 --- a/reactos/dll/win32/usp10/opentype.c +++ b/reactos/dll/win32/usp10/opentype.c @@ -933,7 +933,9 @@ static INT GSUB_apply_ChainContextSubst(const OT_LookupList* lookup, const OT_Lo } else if (GET_BE_WORD(ccsf1->SubstFormat) == 2) { +#ifndef __REACTOS__ FIXME(" TODO: subtype 2 (Class-based Chaining Context Glyph Substitution)\n"); +#endif continue; } else if (GET_BE_WORD(ccsf1->SubstFormat) == 3)