Commit 3ec82583 authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

msxml3: Accept VT_ERROR body as empty data.

parent 76dc17b4
...@@ -695,6 +695,7 @@ static HRESULT BindStatusCallback_create(httprequest* This, BindStatusCallback * ...@@ -695,6 +695,7 @@ static HRESULT BindStatusCallback_create(httprequest* This, BindStatusCallback *
break; break;
} }
case VT_EMPTY: case VT_EMPTY:
case VT_ERROR:
ptr = NULL; ptr = NULL;
size = 0; size = 0;
break; 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