From 0e00b005a3ec471013c64acf979fcc8e8c049d20 Mon Sep 17 00:00:00 2001 From: blikblum Date: Sat, 3 Jul 2010 15:01:01 +0000 Subject: [PATCH] * Fix compilation under win32 with no delphicompat mode git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1246 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- components/virtualtreeview-new/branches/4.8/VirtualTrees.pas | 1 + 1 file changed, 1 insertion(+) diff --git a/components/virtualtreeview-new/branches/4.8/VirtualTrees.pas b/components/virtualtreeview-new/branches/4.8/VirtualTrees.pas index e5b05e03c..a7c239f53 100644 --- a/components/virtualtreeview-new/branches/4.8/VirtualTrees.pas +++ b/components/virtualtreeview-new/branches/4.8/VirtualTrees.pas @@ -316,6 +316,7 @@ uses {$ifdef Windows} Windows, ActiveX, + CommCtrl, {$else} FakeActiveX, {$endif}