fix: cef color uint32

This commit is contained in:
杨红岩 2023-06-02 14:02:48 +08:00
parent 692d0c45b1
commit deb06345d6

View File

@ -33,7 +33,7 @@ type Float32 float32
type Float64 float64
type Single = Float32
type PChar = String
type TCefColor = UInt16
type TCefColor = UInt32
type Integer = Int32
type LongInt = Int32
type NativeUInt = UInt32