mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-20 11:19:23 +02:00
* lcl/gtk2: only use X when HasX has been defined
git-svn-id: trunk@16453 -
This commit is contained in:
parent
d70830e8d5
commit
4538645d35
@ -36,7 +36,7 @@ interface
|
|||||||
uses
|
uses
|
||||||
Types, Classes, SysUtils,
|
Types, Classes, SysUtils,
|
||||||
{$IfNDef GTK2_2}
|
{$IfNDef GTK2_2}
|
||||||
{$IfNDef Windows}
|
{$IfDef HasX}
|
||||||
XLib, X, //XUtil,
|
XLib, X, //XUtil,
|
||||||
{$EndIf}
|
{$EndIf}
|
||||||
{$EndIf}
|
{$EndIf}
|
||||||
|
Loading…
Reference in New Issue
Block a user