widl: Add VT_DATE support to typelib generation.

This commit is contained in:
Huw Davies 2007-01-24 18:30:24 +00:00 committed by Alexandre Julliard
parent 2eee874382
commit f994c35a3e
1 changed files with 1 additions and 0 deletions

View File

@ -828,6 +828,7 @@ static int encode_type(
break;
case VT_CY:
case VT_DATE:
*encoded_type = default_type;
*width = 8;
*alignment = 8;