From c66386067c948da99d87d7176240a5fad13c20c1 Mon Sep 17 00:00:00 2001 From: blikblum Date: Sun, 14 Oct 2012 21:01:13 +0000 Subject: [PATCH] Remove obsolete define git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2556 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- .../branches/4.8/include/intf/win32/vtvdragmanager.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/virtualtreeview-new/branches/4.8/include/intf/win32/vtvdragmanager.inc b/components/virtualtreeview-new/branches/4.8/include/intf/win32/vtvdragmanager.inc index 9014938ff..d3c59b978 100644 --- a/components/virtualtreeview-new/branches/4.8/include/intf/win32/vtvdragmanager.inc +++ b/components/virtualtreeview-new/branches/4.8/include/intf/win32/vtvdragmanager.inc @@ -481,7 +481,7 @@ end; //---------------------------------------------------------------------------------------------------------------------- -function TVTDataObject.SetData(const FormatEtc: TFormatEtc; {$ifdef VER2_0}var{$else}const{$endif} Medium: TStgMedium; DoRelease: BOOL): HResult; +function TVTDataObject.SetData(const FormatEtc: TFormatEtc; const Medium: TStgMedium; DoRelease: BOOL): HResult; // Allows dynamic adding to the IDataObject during its existance. Most noteably it is used to implement // IDropSourceHelper and allows to set a special format for optimized moves during a shell transfer.