mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-02 15:12:31 +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
|
||||
LCLProc, Controls,
|
||||
{$IFDEF GTK2}
|
||||
gtk2, gdk2, gdk2PixBuf, glib2;
|
||||
gtk2, gdk2, gdk2PixBuf, glib2,
|
||||
{$ELSE GTK2}
|
||||
gtk, gdk,
|
||||
{$ENDIF GTK2}
|
||||
|
Loading…
Reference in New Issue
Block a user