Commit f994c35a authored by Huw Davies's avatar Huw Davies Committed by Alexandre Julliard

widl: Add VT_DATE support to typelib generation.

parent 2eee8743
...@@ -828,6 +828,7 @@ static int encode_type( ...@@ -828,6 +828,7 @@ static int encode_type(
break; break;
case VT_CY: case VT_CY:
case VT_DATE:
*encoded_type = default_type; *encoded_type = default_type;
*width = 8; *width = 8;
*alignment = 8; *alignment = 8;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment