mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-25 04:09:45 +02:00
* FPC side fix for #39432: declare TColor the same way as Lazarus does (this way it's also a distinct type from LongInt)
This commit is contained in:
parent
292be9029e
commit
c950bcba9f
@ -19,7 +19,7 @@ unit System.UITypes;
|
||||
interface
|
||||
|
||||
Type
|
||||
TColor = Longint;
|
||||
TColor = -$7FFFFFFF-1..$7FFFFFFF;
|
||||
PColor = ^TColor;
|
||||
TColorRef = Cardinal;
|
||||
PColorRef = ^TColorRef;
|
||||
|
Loading…
Reference in New Issue
Block a user