* Enabled chm search support for fpc >=2.3.1 and fpc >= 2.2.3

git-svn-id: trunk@17779 -
This commit is contained in:
andrew 2008-12-10 04:36:30 +00:00
parent 3e0bdf1378
commit 9cdedcc5dd

View File

@ -2,6 +2,11 @@ unit chmcontentprovider;
{$mode objfpc}{$H+}
{$if (fpc_version=2) and (fpc_release>2) ((fpc_version=2) and (fpc_release=2) and (fpc_patch>2))}
{$Note Compiling lhelp with search support}
{$DEFINE CHM_SEARCH}
{$endif}
{off $DEFINE CHM_DEBUG_TIME}
{off $DEFINE CHM_SEARCH}