* Fix gtk compilation with Lazarus 1.0.2
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2582 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
parent
2bfd559a3a
commit
501e8ee43b
@ -3,7 +3,7 @@ uses
|
||||
|
||||
{$MACRO ON}
|
||||
|
||||
{$if (lcl_major <> 1) or (lcl_minor <> 0)}
|
||||
{$if lcl_fullversion > 1000000}
|
||||
{$define TGtk2DeviceContext:=TGtkDeviceContext}
|
||||
{$endif}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user