* Variantbool must be assignable - > winbool instead of short

git-svn-id: trunk@10196 -
This commit is contained in:
marco 2008-02-03 21:24:47 +00:00
parent e7e430d2f5
commit 30adb3a855

View File

@ -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;