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

mshtml: Set dwOptions in GetBindInfo to 0x80000 to make test pass.

parent 06d9c5ca
......@@ -366,7 +366,7 @@ static HRESULT WINAPI BindStatusCallback_GetBindInfo(IBindStatusCallback *iface,
pbindinfo->cbStgmedData = This->post_data_len;
pbindinfo->dwCodePage = CP_UTF8;
pbindinfo->dwOptions = 0x00020000;
pbindinfo->dwOptions = 0x80000;
if(This->post_data) {
pbindinfo->dwBindVerb = BINDVERB_POST;
......
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