mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 09:59:23 +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
|
uses
|
||||||
// RTL, FCL, LCL
|
// RTL, FCL, LCL
|
||||||
Windows, LCLProc, Classes,
|
Forms, Controls, LCLType, Classes, SysUtils,
|
||||||
SysUtils, Controls, LCLType, Forms, InterfaceBase,
|
|
||||||
// Widgetset
|
// Widgetset
|
||||||
winceproc, wincewscontrols, winceextra,
|
WSForms, WSProc, WSLCLClasses,
|
||||||
WSForms, WSProc, WSLCLClasses;
|
Windows, WinCEProc, WinCEWSControls;
|
||||||
|
|
||||||
type
|
type
|
||||||
|
|
||||||
@ -119,7 +118,7 @@ type
|
|||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|
||||||
uses Winceint, wincewsmenus;
|
uses WinCEInt, WinCEWSMenus;
|
||||||
|
|
||||||
{ TWinCEWSScrollBox }
|
{ TWinCEWSScrollBox }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user