From 46e8e9d2547e4da68d6a62597b71563a8755a7f5 Mon Sep 17 00:00:00 2001 From: John Weldon Date: Thu, 12 Jul 2012 10:41:05 -0700 Subject: [PATCH] Better fix than 0d41d42, the gdoc.(c|h) files weren't included in the msvc2010 project --- build/msvc2010/tidydll.vcxproj | 9 ++++++++- build/msvc2010/tidylib.vcxproj | 10 +++++++++- src/tidylib.c | 2 +- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/build/msvc2010/tidydll.vcxproj b/build/msvc2010/tidydll.vcxproj index 7dcaf64..7d77b5c 100644 --- a/build/msvc2010/tidydll.vcxproj +++ b/build/msvc2010/tidydll.vcxproj @@ -273,6 +273,12 @@ %(AdditionalIncludeDirectories) %(PreprocessorDefinitions) + + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + @@ -302,8 +308,9 @@ + - \ No newline at end of file + diff --git a/build/msvc2010/tidylib.vcxproj b/build/msvc2010/tidylib.vcxproj index f855c05..7116907 100644 --- a/build/msvc2010/tidylib.vcxproj +++ b/build/msvc2010/tidylib.vcxproj @@ -270,6 +270,13 @@ %(AdditionalIncludeDirectories) %(PreprocessorDefinitions) + + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(UndefinePreprocessorDefinitions) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + @@ -296,8 +303,9 @@ + - \ No newline at end of file + diff --git a/src/tidylib.c b/src/tidylib.c index 6803b26..2140ca6 100644 --- a/src/tidylib.c +++ b/src/tidylib.c @@ -1281,7 +1281,7 @@ int tidyDocCleanAndRepair( TidyDocImpl* doc ) TY_(CleanDocument)( doc ); /* clean up html exported by Google Focs */ -#if 0 +#if 1 if ( gdoc ) TY_(CleanGoogleDocument)( doc ); #endif