From 0e53cd852d675812996b0d67386bfd04bceb3bee Mon Sep 17 00:00:00 2001 From: Andrew Munger Date: Tue, 25 Oct 2005 18:01:14 +0000 Subject: [PATCH] Disable patented bytecode interpreter, will investigate the non-patented configuration. svn path=/trunk/; revision=18773 --- reactos/lib/freetype/include/freetype/config/ftoption.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/lib/freetype/include/freetype/config/ftoption.h b/reactos/lib/freetype/include/freetype/config/ftoption.h index e6f34b43108..3e93dbe27c1 100644 --- a/reactos/lib/freetype/include/freetype/config/ftoption.h +++ b/reactos/lib/freetype/include/freetype/config/ftoption.h @@ -436,7 +436,7 @@ FT_BEGIN_HEADER /* Do not #undef this macro here, since the build system might */ /* define it for certain configurations only. */ /* */ -#define TT_CONFIG_OPTION_BYTECODE_INTERPRETER +//#define TT_CONFIG_OPTION_BYTECODE_INTERPRETER /*************************************************************************/