widl: Add VT_DATE support to typelib generation.
This commit is contained in:
parent
2eee874382
commit
f994c35a3e
|
@ -828,6 +828,7 @@ static int encode_type(
|
|||
break;
|
||||
|
||||
case VT_CY:
|
||||
case VT_DATE:
|
||||
*encoded_type = default_type;
|
||||
*width = 8;
|
||||
*alignment = 8;
|
||||
|
|
Loading…
Reference in New Issue