From d51b2ed1a1b91bc88d0d93416ac77d11bf23e610 Mon Sep 17 00:00:00 2001 From: juha Date: Thu, 5 Jan 2012 23:55:30 +0000 Subject: [PATCH] LCL: improvements for using Win9xWsManager, issue #0021025 git-svn-id: trunk@34605 - --- lcl/lclproc.pas | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lcl/lclproc.pas b/lcl/lclproc.pas index a18e8e127d..bad728d4f6 100644 --- a/lcl/lclproc.pas +++ b/lcl/lclproc.pas @@ -33,8 +33,8 @@ interface uses {$IFDEF Darwin}MacOSAll, {$ENDIF} {$IFDEF Windows} - {$IFDEF VER2_6} - Win9xWsManager, // Make case-insensitive search work on Win9x + {$IFnDEF VER2_4} + Win9xWsManager, // Support for Lower/UpperWideStringProc on Win9x, also used by some Utf8 string handling functions {$ENDIF} {$ENDIF} Classes, SysUtils, Math, TypInfo, Types, FPCAdds, AvgLvlTree, FileUtil,