* 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:
blikblum 2012-10-23 11:11:47 +00:00
parent 2bfd559a3a
commit 501e8ee43b

View File

@ -3,7 +3,7 @@ uses
{$MACRO ON}
{$if (lcl_major <> 1) or (lcl_minor <> 0)}
{$if lcl_fullversion > 1000000}
{$define TGtk2DeviceContext:=TGtkDeviceContext}
{$endif}