Commit e14ba15e authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

oleaut32: Handle VT_R4 in RecordClear (spotted by Konrad Rzepecki).

parent dda741e4
......@@ -216,6 +216,7 @@ static HRESULT WINAPI IRecordInfoImpl_RecordClear(IRecordInfo *iface, PVOID pvEx
break;
case VT_I2:
case VT_I4:
case VT_R4:
case VT_R8:
case VT_CY:
case VT_DATE:
......
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