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

This commit is contained in:
Jacek Caban 2006-09-24 23:43:29 +02:00 committed by Alexandre Julliard
parent 06d9c5ca71
commit e15b5c7010
1 changed files with 1 additions and 1 deletions

View File

@ -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;