oleaut32: Handle VT_INT in serialize_param and deserialize_param.

This commit is contained in:
Robert Shearman 2006-02-07 16:26:02 +01:00 committed by Alexandre Julliard
parent ec5d73910c
commit fd81d9c56e
1 changed files with 2 additions and 0 deletions

View File

@ -517,6 +517,7 @@ serialize_param(
return hres;
case VT_BOOL:
case VT_ERROR:
case VT_INT:
case VT_UINT:
case VT_I4:
case VT_R4:
@ -841,6 +842,7 @@ deserialize_param(
case VT_ERROR:
case VT_BOOL:
case VT_I4:
case VT_INT:
case VT_UINT:
case VT_R4:
case VT_UI4: