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

Alexandre Julliard julliard at wine.codeweavers.com
Mon Sep 25 14:45:43 CDT 2006


Module: wine
Branch: master
Commit: e15b5c70106573cd381a33d08858448cba35bc9f
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=e15b5c70106573cd381a33d08858448cba35bc9f

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Sun Sep 24 23:43:29 2006 +0200

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

---

 dlls/mshtml/navigate.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/mshtml/navigate.c b/dlls/mshtml/navigate.c
index d5a9242..efa5ff7 100644
--- a/dlls/mshtml/navigate.c
+++ b/dlls/mshtml/navigate.c
@@ -366,7 +366,7 @@ static HRESULT WINAPI BindStatusCallback
 
     pbindinfo->cbStgmedData = This->post_data_len;
     pbindinfo->dwCodePage = CP_UTF8;
-    pbindinfo->dwOptions = 0x00020000;
+    pbindinfo->dwOptions = 0x80000;
 
     if(This->post_data) {
         pbindinfo->dwBindVerb = BINDVERB_POST;




More information about the wine-cvs mailing list