* add tag types for size and point, but deprecated, since redundant.

git-svn-id: trunk@32361 -
This commit is contained in:
marco 2015-11-19 11:53:05 +00:00
parent 2af4cd9a4e
commit f383a39cda

View File

@ -73,15 +73,19 @@ type
PSmallPoint = Windows.PSmallPoint;
TSize = Windows.TSize;
TagSize = Windows.tagSize deprecated;
PSize = Windows.PSize;
TPoint = Windows.TPoint;
TagPoint = Windows.TagPoint deprecated;
PPoint = Windows.PPoint;
TRect = Windows.TRect;
PRect = Windows.PRect;
{$else}
{$i typshrdh.inc}
TagSize = tSize deprecated;
TagPoint = TPoint deprecated;
{$endif}
{ TPointF }