oleaut32: add VarBstrCmp binary comparison for LCID==0

Charles Blacklock charles at diagnos.co.uk
Thu Nov 30 09:55:14 CST 2006


Hi,

Changelog:
	oleaut32: Added support to VarBstrCmp to perform a binary comparison
when LCID==0, along with test.  See bug 5469.


When VarBstrCmp is called with the LCID set to 0, I believe a byte by
byte binary comparison is used, rather than a Unicode comparison.
Currently Wine does not handle this, and gives different results to
Windows for LCID=0.  The attached patch adds this binary comparison
along with an extra test case.  More details are with bug 5469.


Charles
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-oleaut32-Added-support-to-VarBstrCmp-to-perform-a-binary-comparison-when-LCID-0-along-with-test.-See-bug-5469.txt
Type: application/mbox
Size: 3118 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20061130/cf0e31e4/0001-oleaut32-Added-support-to-VarBstrCmp-to-perform-a-binary-comparison-when-LCID-0-along-with-test.-See-bug-5469.bin


More information about the wine-patches mailing list