From 501e8ee43b55c389f44adaa93d977bb15ece532a Mon Sep 17 00:00:00 2001 From: blikblum Date: Tue, 23 Oct 2012 11:11:47 +0000 Subject: [PATCH] * 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 --- .../branches/4.8/include/intf/gtk2/vtgraphicsi.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/virtualtreeview-new/branches/4.8/include/intf/gtk2/vtgraphicsi.inc b/components/virtualtreeview-new/branches/4.8/include/intf/gtk2/vtgraphicsi.inc index 67fa6e060..0aa5aa124 100644 --- a/components/virtualtreeview-new/branches/4.8/include/intf/gtk2/vtgraphicsi.inc +++ b/components/virtualtreeview-new/branches/4.8/include/intf/gtk2/vtgraphicsi.inc @@ -3,7 +3,7 @@ uses {$MACRO ON} -{$if (lcl_major <> 1) or (lcl_minor <> 0)} +{$if lcl_fullversion > 1000000} {$define TGtk2DeviceContext:=TGtkDeviceContext} {$endif}