mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-24 04:39:10 +02:00
* Variantbool must be assignable - > winbool instead of short
git-svn-id: trunk@10196 -
This commit is contained in:
parent
e7e430d2f5
commit
30adb3a855
@ -44,7 +44,7 @@ TYPE
|
||||
PROPID = ULONG;
|
||||
TPROPID= PROPID;
|
||||
PPROPID= ^PROPID;
|
||||
VARIANT_BOOL = short;
|
||||
VARIANT_BOOL = wordbool;
|
||||
_VARIANT_BOOL = VARIANT_BOOL;
|
||||
CY = CURRENCY;
|
||||
DATE = DOUBLE;
|
||||
|
Loading…
Reference in New Issue
Block a user