mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-30 07:30:22 +02:00
LCL: improvements for using Win9xWsManager, issue #0021025
git-svn-id: trunk@34605 -
This commit is contained in:
parent
b2dc71915b
commit
d51b2ed1a1
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user