Skip to content
Snippets Groups Projects
Commit e14ba15e authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard
Browse files

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

parent dda741e4
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment