mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 08:59:26 +02:00
* add tag types for size and point, but deprecated, since redundant.
git-svn-id: trunk@32361 -
This commit is contained in:
parent
2af4cd9a4e
commit
f383a39cda
@ -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 }
|
||||
|
Loading…
Reference in New Issue
Block a user