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

oleaut32: Add support for VT_INT and VT_UINT constants.

parent 4c7380b1
......@@ -3172,6 +3172,8 @@ static void SLTG_DoVars(char *pBlk, char *pFirstItem, ITypeInfoImpl *pTI, unsign
case VT_UI2:
case VT_I4:
case VT_UI4:
case VT_INT:
case VT_UINT:
V_UNION((*ppVarDesc)->vardesc.u.lpvarValue, intVal) =
*(INT*)(pBlk + pItem->byte_offs);
break;
......
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