Re: [PATCH] oleaut32: Fix some corner cases in VarBstrCmp.

2008-08-05 Thread Lei Zhang
On Tue, Aug 5, 2008 at 3:15 AM, Alexandre Julliard <[EMAIL PROTECTED]> wrote: > That's ugly, you shouldn't need such special handling here, you should > simply fall through to the normal comparisons which should give the > correct results. Falling through didn't work. CompareStringW does not like

Re: [PATCH] oleaut32: Fix some corner cases in VarBstrCmp.

2008-08-05 Thread Alexandre Julliard
"Lei Zhang" <[EMAIL PROTECTED]> writes: > diff --git a/dlls/oleaut32/vartype.c b/dlls/oleaut32/vartype.c > index daeac85..713ebae 100644 > --- a/dlls/oleaut32/vartype.c > +++ b/dlls/oleaut32/vartype.c > @@ -6942,7 +6942,24 @@ HRESULT WINAPI VarBstrCmp(BSTR pbstrLeft, BSTR > pbstrRight, LCID lcid,