LCL: wince: use Windows unit instead of LCLTypes unit, because WS_MINIMIZEBOX and WS_MAXIMIZEBOX are defined differently for WinCE, LCLTypes and Win32

git-svn-id: trunk@59336 -
This commit is contained in:
lacak 2018-10-22 08:02:06 +00:00
parent e985189fc5
commit f333a272ec

View File

@ -22,11 +22,10 @@ interface
uses
// RTL, FCL, LCL
Windows, LCLProc, Classes,
SysUtils, Controls, LCLType, Forms, InterfaceBase,
Forms, Controls, LCLType, Classes, SysUtils,
// Widgetset
winceproc, wincewscontrols, winceextra,
WSForms, WSProc, WSLCLClasses;
WSForms, WSProc, WSLCLClasses,
Windows, WinCEProc, WinCEWSControls;
type
@ -119,7 +118,7 @@ type
implementation
uses Winceint, wincewsmenus;
uses WinCEInt, WinCEWSMenus;
{ TWinCEWSScrollBox }