mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 11:39:09 +02:00
lcl: COLORREF is not signed
git-svn-id: trunk@29711 -
This commit is contained in:
parent
bab4aa9c08
commit
de3ba32b3a
@ -1574,7 +1574,7 @@ const
|
|||||||
//==============================================
|
//==============================================
|
||||||
|
|
||||||
type
|
type
|
||||||
COLORREF = LongInt;
|
COLORREF = Cardinal;
|
||||||
TColorRef = COLORREF;
|
TColorRef = COLORREF;
|
||||||
|
|
||||||
const
|
const
|
||||||
|
Loading…
Reference in New Issue
Block a user