* Sync up to trunk head (r64921).
[reactos.git] / dll / win32 / usp10 / opentype.c
index a46daf2..2881f5d 100644 (file)
@@ -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)