Re: shdocvw: Added get_LocationURL implementation.

2006-03-06 Thread Jacek Caban
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

Re: shdocvw: Added get_LocationURL implementation.

2006-03-06 Thread Robert Shearman
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)