mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 18:33:10 +00:00
[USP10]
- Silence an excessively noisy DPRINT to make testman happier svn path=/trunk/; revision=63012
This commit is contained in:
parent
fc16a98b4a
commit
07772cfcc1
1 changed files with 2 additions and 0 deletions
|
@ -933,7 +933,9 @@ static INT GSUB_apply_ChainContextSubst(const OT_LookupList* lookup, const OT_Lo
|
||||||
}
|
}
|
||||||
else if (GET_BE_WORD(ccsf1->SubstFormat) == 2)
|
else if (GET_BE_WORD(ccsf1->SubstFormat) == 2)
|
||||||
{
|
{
|
||||||
|
#ifndef __REACTOS__
|
||||||
FIXME(" TODO: subtype 2 (Class-based Chaining Context Glyph Substitution)\n");
|
FIXME(" TODO: subtype 2 (Class-based Chaining Context Glyph Substitution)\n");
|
||||||
|
#endif
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
else if (GET_BE_WORD(ccsf1->SubstFormat) == 3)
|
else if (GET_BE_WORD(ccsf1->SubstFormat) == 3)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue