mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-20 13:19:21 +02:00
fixed building gtk2 on win64 (I haven't found win64 gtk2 dlls though).
git-svn-id: trunk@10814 -
This commit is contained in:
parent
85a311aa33
commit
1df50a5823
@ -34,7 +34,7 @@ interface
|
|||||||
uses
|
uses
|
||||||
Types, Classes, SysUtils,
|
Types, Classes, SysUtils,
|
||||||
{$IfNDef GTK2_2}
|
{$IfNDef GTK2_2}
|
||||||
{$IfNDef Win32}
|
{$IfNDef Windows}
|
||||||
XLib, X, //XUtil,
|
XLib, X, //XUtil,
|
||||||
{$EndIf}
|
{$EndIf}
|
||||||
{$EndIf}
|
{$EndIf}
|
||||||
|
Loading…
Reference in New Issue
Block a user