mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 12:49:45 +00:00
mshtml: Set dwOptions in GetBindInfo to 0x80000 to make test pass.
This commit is contained in:
parent
06d9c5ca71
commit
e15b5c7010
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user