LCLProcs: Remove the Win9xWsManager unit, since we don't support that platform anymore.

git-svn-id: trunk@51858 -
This commit is contained in:
bart 2016-03-08 11:47:49 +00:00
parent 6a61907501
commit 45e8d97693

View File

@ -26,9 +26,6 @@ interface
uses
{$IFDEF Darwin}MacOSAll, {$ENDIF}
{$IFDEF win32}
Win9xWsManager, // Support for Lower/UpperWideStringProc on Win9x, also used by some Utf8 string handling functions
{$ENDIF}
{$IFnDEF WithOldDebugln} LazLogger, {$ENDIF}
Classes, SysUtils, Math, TypInfo, Types, FPCAdds, AvgLvlTree, LazFileUtils,
LCLStrConsts, LCLType, WSReferences, LazMethodList, LazUTF8, LazUTF8Classes;