Robert Shearman wrote:
>
> BSTR and LPWSTR are not interchangable. A lot of the time you can get
> away with it, but if anything tries to access the length that prefixes
> a BSTR on the LPWSTR then bad things will happen.
>
Right, thanks. I don't know, why I have changed it. I think I passed
BSTR i
Jacek Caban wrote:
c24b7d0d0c498ec98785b93eba54b41d53ab2c9b
diff --git a/dlls/shdocvw/navigate.c b/dlls/shdocvw/navigate.c
index 9c4893c..40d4a06 100644
--- a/dlls/shdocvw/navigate.c
+++ b/dlls/shdocvw/navigate.c
@@ -316,7 +316,7 @@ static IBindStatusCallback *create_callb
return BINDSC(ret)