mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 10:59:11 +02:00
* fix compile problem in uses clause for GTK2
git-svn-id: trunk@6119 -
This commit is contained in:
parent
64e62a5abe
commit
5f00dd5198
@ -29,7 +29,7 @@ interface
|
|||||||
uses
|
uses
|
||||||
LCLProc, Controls,
|
LCLProc, Controls,
|
||||||
{$IFDEF GTK2}
|
{$IFDEF GTK2}
|
||||||
gtk2, gdk2, gdk2PixBuf, glib2;
|
gtk2, gdk2, gdk2PixBuf, glib2,
|
||||||
{$ELSE GTK2}
|
{$ELSE GTK2}
|
||||||
gtk, gdk,
|
gtk, gdk,
|
||||||
{$ENDIF GTK2}
|
{$ENDIF GTK2}
|
||||||
|
Loading…
Reference in New Issue
Block a user