mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-16 04:40:40 +01:00
LCL: Make case-insensitive search work on Win9x, issue #0021025, patch from Bart Broersma
git-svn-id: trunk@34601 -
This commit is contained in:
parent
c403c02f92
commit
478a6f7b60
@ -32,6 +32,11 @@ interface
|
||||
|
||||
uses
|
||||
{$IFDEF Darwin}MacOSAll, {$ENDIF}
|
||||
{$IFDEF Windows}
|
||||
{$IFDEF VER2_6}
|
||||
Win9xWsManager, // Make case-insensitive search work on Win9x
|
||||
{$ENDIF}
|
||||
{$ENDIF}
|
||||
Classes, SysUtils, Math, TypInfo, Types, FPCAdds, AvgLvlTree, FileUtil,
|
||||
LCLStrConsts, LCLType, WSReferences, LazMethodList, LazUTF8;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user