Commit 97fc6c3a authored by Jon Griffiths's avatar Jon Griffiths Committed by Alexandre Julliard

Oops - VT_EMPTY->VT_RECORD is not allowed.

parent 17ce9850
......@@ -518,13 +518,6 @@ static HRESULT Coerce(VARIANTARG* pd, LCID lcid, USHORT wFlags, VARIANTARG* ps,
break;
case VT_RECORD:
switch (vtFrom)
{
case VT_EMPTY:
V_UNION(pd,brecVal).pvRecord = NULL;
V_UNION(pd,brecVal).pRecInfo = NULL;
return S_OK;
}
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