<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Sun, May 19, 2013 at 2:24 AM, Juan Lang <span dir="ltr"><<a href="mailto:juan.lang@gmail.com" target="_blank" onclick="window.open('https://mail.google.com/mail/?view=cm&tf=1&to=juan.lang@gmail.com&cc=&bcc=&su=&body=','_blank');return false;">juan.lang@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">
<div class="im"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">

<div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><div>(consider subscribing to wine-devel so your emails don't get stuck in moderation.)</div>


</div></blockquote></div><div>Hmm but I am already!�</div></div></div></div></blockquote><div><br></div></div><div>Ok, that's strange. Maybe I just got it late.</div><div class="im"><div>�</div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">

<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<div dir="ltr"><div class="gmail_extra">
<div class="gmail_quote">

<div>I think Alexandre will object to using msvcrt functions (wcsncmp in this case), but I don't have a straightforward alternative yet.</div></div></div></div></blockquote></div><div>strcmp is already used. What's the difference?�</div>

</div></div></div></blockquote><div><br></div></div><div>Ah, well, strcmp comes from the C library your compiler uses. wcsncmp can only come from msvcrt. When compiling for Wine, this can result in mixing C runtime libraries, and hilarity can result.</div>

<div><br></div><div>Say, do these tests work on Wine? If not, you'll want to mark them with todo_wine, i.e. todo_wine ok(...).</div><span class=""><font color="#888888"><div>--Juan</div></font></span></div></div></div>
</blockquote><div>�</div></div>Perhaps I could just use memcmp?<div>Only the \REGISTRY\USER portion of these tests don't work on wine. Marked.</div></div></div>