mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-17 12:39:25 +02:00
* patch from Ondrej to fix splitrecttype aliasing on windows. Mantis #29557
added alias of tarray4integertype too. git-svn-id: trunk@33152 -
This commit is contained in:
parent
4ed0c07ea3
commit
b38b3a7c1e
@ -69,6 +69,7 @@ type
|
||||
{$endif}
|
||||
|
||||
{$ifdef Windows}
|
||||
TArray4IntegerType = Windows.TArray4IntegerType;
|
||||
TSmallPoint = Windows.TSmallPoint;
|
||||
PSmallPoint = Windows.PSmallPoint;
|
||||
|
||||
@ -82,6 +83,13 @@ type
|
||||
|
||||
TRect = Windows.TRect;
|
||||
PRect = Windows.PRect;
|
||||
TSplitRectType = Windows.TSplitRectType;
|
||||
const
|
||||
srLeft = TSplitRectType.srLeft;
|
||||
srRight = TSplitRectType.srRight;
|
||||
srTop = TSplitRectType.srTop;
|
||||
srBottom = TSplitRectType.srBottom;
|
||||
type
|
||||
{$else}
|
||||
{$i typshrdh.inc}
|
||||
TagSize = tSize deprecated;
|
||||
|
Loading…
Reference in New Issue
Block a user