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
"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,