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

This commit is contained in:
Mike McCormack 2006-04-13 20:06:53 +09:00 committed by Alexandre Julliard
parent e814b24e6d
commit 1d453ab551
1 changed files with 2 additions and 0 deletions

View File

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