Skip to content

Commit 7df624d

Browse files
committed
Added additional alias for type IDataObject to fix issue #1241
1 parent 3b1cde1 commit 7df624d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Source/VirtualTrees.Types.pas

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ interface
135135
TDimension = Integer; // For Firemonkey support, see #841
136136
PDimension = ^Integer;
137137
TVTCursor = HCURSOR;
138+
IDataObject= WinApi.ActiveX.IDataObject;
138139
TVTDragDataObject = IDataObject;
139140
TVTBackground = TPicture;
140141
TVTPaintContext = HDC;

0 commit comments

Comments
 (0)