mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 06:09:15 +02:00
gtk: fix compilation
git-svn-id: trunk@21796 -
This commit is contained in:
parent
93e9584197
commit
f74c3e2724
@ -30,7 +30,7 @@ uses
|
||||
|
||||
type
|
||||
PGtkOldEditable = PGtkEditable;
|
||||
|
||||
GType = TGtkType;
|
||||
|
||||
function G_OBJECT(p: Pointer): PGtkObject;
|
||||
function G_CALLBACK(p: Pointer): TGTKSignalFunc;
|
||||
|
@ -39,7 +39,7 @@ uses
|
||||
{$IFDEF gtk2}
|
||||
GtkExtra, glib2, gdk2pixbuf, gdk2, gtk2,
|
||||
{$ELSE}
|
||||
glib, gdk, gtk, gdkpixbuf,
|
||||
glib, gdk, gtk, gdkpixbuf, gtkextra,
|
||||
{$ENDIF}
|
||||
Controls, GTKProc, GtkDef;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user