lcl: COLORREF is not signed

git-svn-id: trunk@29711 -
This commit is contained in:
paul 2011-03-03 08:02:53 +00:00
parent bab4aa9c08
commit de3ba32b3a

View File

@ -1574,7 +1574,7 @@ const
//==============================================
type
COLORREF = LongInt;
COLORREF = Cardinal;
TColorRef = COLORREF;
const