Commit 1d453ab5 authored by Mike McCormack's avatar Mike McCormack Committed by Alexandre Julliard

widl: Add support for VT_I8 and VT_UI8 to msft typelibs.

parent e814b24e
......@@ -750,6 +750,8 @@ static int encode_type(
break;
case VT_R8:
case VT_I8:
case VT_UI8:
*encoded_type = default_type;
*width = 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