<div dir="ltr">(resending as I forgot to CC to wine-devel)<br>
<br>
This test is here to test handling of incorrect flags. So a hex value
is necessary as even any combination of know values are correct
according to msdn. Sorry if I wasn&#39;t clear enough. I&#39;m new to wine and
English isn&#39;t my first language.<br>

<br>
I can add LINGUISTIC_IGNORECASE and other new definitions and try
to implement handling of those new flags in CompareString but IMHO it&#39;s
a different task.<br><br><div class="gmail_quote">2008/7/21 Dmitry Timoshkov &lt;<a href="mailto:dmitry@codeweavers.com">dmitry@codeweavers.com</a>&gt;:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div></div><div class="Wj3C7c">&quot;Nicolas Le Cam&quot; &lt;<a href="mailto:niko.lecam@gmail.com" target="_blank">niko.lecam@gmail.com</a>&gt; wrote:<br>
<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Vista introduced new flags for CompareString, as stated in [1].<br>
The value defined for LINGUISTIC_IGNORECASE is 0x10. So the invalid flag<br>
test don&#39;t fail as expected starting from this platform.<br>
<br>
[1] <a href="http://msdn.microsoft.com/en-us/library/ms647476.aspx" target="_blank">http://msdn.microsoft.com/en-us/library/ms647476.aspx</a><br>
</blockquote>
<br></div></div>
LINGUISTIC_IGNORECASE should be added first instead of using a hex value,<br>
and CompareString implementation should handle that flag as well.<br>
<br>
-- <br><font color="#888888">
Dmitry.<br>
</font></blockquote></div><br></div>