Skip to content

Commit

Permalink
Added additional alias for type IDataObject to fix issue #1241
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimmarder committed Mar 10, 2024
1 parent 3b1cde1 commit 7df624d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/VirtualTrees.Types.pas
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ interface
TDimension = Integer; // For Firemonkey support, see #841
PDimension = ^Integer;
TVTCursor = HCURSOR;
IDataObject= WinApi.ActiveX.IDataObject;
TVTDragDataObject = IDataObject;
TVTBackground = TPicture;
TVTPaintContext = HDC;
Expand Down

0 comments on commit 7df624d

Please sign in to comment.