Author: tfaber
Date: Sun Apr 27 04:52:36 2014
New Revision: 63012
URL:
http://svn.reactos.org/svn/reactos?rev=63012&view=rev
Log:
[USP10]
- Silence an excessively noisy DPRINT to make testman happier
Modified:
trunk/reactos/dll/win32/usp10/opentype.c
Modified: trunk/reactos/dll/win32/usp10/opentype.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/usp10/opentype.c…
==============================================================================
--- trunk/reactos/dll/win32/usp10/opentype.c [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/usp10/opentype.c [iso-8859-1] Sun Apr 27 04:52:36 2014
@@ -933,7 +933,9 @@
}
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)