* 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:
marco 2016-03-05 13:50:02 +00:00
parent 4ed0c07ea3
commit b38b3a7c1e

View File

@ -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;