Oops - VT_EMPTY->VT_RECORD is not allowed.

oldstable
Jon Griffiths 2003-12-11 05:25:59 +00:00 committed by Alexandre Julliard
parent 17ce98503b
commit 97fc6c3a06
1 changed files with 0 additions and 7 deletions

View File

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