mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-15 02:40:03 +02:00
lcl wsdialogs: use LCLType to have a 64 bits THandle on 64 bits cpus from Giulio Bernardi
git-svn-id: trunk@10246 -
This commit is contained in:
parent
666855ac8d
commit
e8a6925d65
@ -35,7 +35,7 @@ uses
|
||||
////////////////////////////////////////////////////
|
||||
// Dialogs,
|
||||
////////////////////////////////////////////////////
|
||||
WSDialogs, WSLCLClasses;
|
||||
LCLType, WSDialogs, WSLCLClasses;
|
||||
|
||||
type
|
||||
|
||||
@ -123,4 +123,4 @@ initialization
|
||||
// RegisterWSComponent(TColorButton, TCarbonWSColorButton);
|
||||
// RegisterWSComponent(TFontDialog, TCarbonWSFontDialog);
|
||||
////////////////////////////////////////////////////
|
||||
end.
|
||||
end.
|
||||
|
@ -35,7 +35,7 @@ uses
|
||||
////////////////////////////////////////////////////
|
||||
// Dialogs,
|
||||
////////////////////////////////////////////////////
|
||||
WSDialogs, WSLCLClasses;
|
||||
LCLType, WSDialogs, WSLCLClasses;
|
||||
|
||||
type
|
||||
|
||||
|
@ -35,7 +35,7 @@ uses
|
||||
////////////////////////////////////////////////////
|
||||
// Dialogs,
|
||||
////////////////////////////////////////////////////
|
||||
WSDialogs, WSLCLClasses;
|
||||
LCLType, WSDialogs, WSLCLClasses;
|
||||
|
||||
type
|
||||
|
||||
@ -123,4 +123,4 @@ initialization
|
||||
// RegisterWSComponent(TColorButton, TGnomeWSColorButton);
|
||||
// RegisterWSComponent(TFontDialog, TGnomeWSFontDialog);
|
||||
////////////////////////////////////////////////////
|
||||
end.
|
||||
end.
|
||||
|
@ -29,7 +29,7 @@ interface
|
||||
uses
|
||||
{$IFDEF GTK2} Gtk2, Glib2, gdk2, {$ELSE} Gtk, gdk, Glib, {$ENDIF}
|
||||
SysUtils, Classes, Controls, LMessages, InterfaceBase, graphics,
|
||||
Dialogs, WSDialogs, WSLCLClasses, gtkint, gtkproc, gtkwscontrols;
|
||||
LCLType, Dialogs, WSDialogs, WSLCLClasses, gtkint, gtkproc, gtkwscontrols;
|
||||
|
||||
type
|
||||
|
||||
|
@ -35,7 +35,7 @@ uses
|
||||
////////////////////////////////////////////////////
|
||||
// Dialogs,
|
||||
////////////////////////////////////////////////////
|
||||
WSDialogs, WSLCLClasses;
|
||||
LCLType, WSDialogs, WSLCLClasses;
|
||||
|
||||
type
|
||||
|
||||
@ -123,4 +123,4 @@ initialization
|
||||
// RegisterWSComponent(TColorButton, TGtk2WSColorButton);
|
||||
// RegisterWSComponent(TFontDialog, TGtk2WSFontDialog);
|
||||
////////////////////////////////////////////////////
|
||||
end.
|
||||
end.
|
||||
|
@ -29,8 +29,8 @@ interface
|
||||
uses
|
||||
// Libs
|
||||
qt4, qtobjects, qtwidgets,
|
||||
// LCL
|
||||
SysUtils, Classes, Dialogs, Controls, Forms,
|
||||
// RTL + LCL
|
||||
SysUtils, Classes, LCLType, Dialogs, Controls, Forms,
|
||||
// Widgetset
|
||||
WSDialogs, WSLCLClasses;
|
||||
|
||||
|
@ -44,7 +44,7 @@ uses
|
||||
// To get as little as posible circles,
|
||||
// uncomment only when needed for registration
|
||||
////////////////////////////////////////////////////
|
||||
Dialogs,
|
||||
LCLType, Dialogs,
|
||||
////////////////////////////////////////////////////
|
||||
WSLCLClasses, WSControls;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user