mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 03:59:56 +02:00
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:
parent
e985189fc5
commit
f333a272ec
@ -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 }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user