mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 20:39:14 +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
|
||||
COLORREF = LongInt;
|
||||
COLORREF = Cardinal;
|
||||
TColorRef = COLORREF;
|
||||
|
||||
const
|
||||
|
Loading…
Reference in New Issue
Block a user