<div dir="ltr">On Wed, Apr 2, 2014 at 12:25 AM, Dmitry Timoshkov <span dir="ltr"><<a href="mailto:dmitry@baikal.ru" target="_blank">dmitry@baikal.ru</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote">

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Austin English <<a href="mailto:austinenglish@gmail.com">austinenglish@gmail.com</a>> wrote:<br>
<br>
> +    if (path)<br>
> +        FIXME("stub: flags: %08x, path: \"%s\". Unexpected, please report!\n", flags, debugstr_w(path));<br>
> +    else<br>
> +        FIXME("stub: %08x %s\n", flags, debugstr_w(path));<br>
<br>
What's the reason for this if/else? What exactly is not expected and why<br>
this matters for a stub?<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Dmitry.<br>
</font></span></blockquote></div><br></div><div class="gmail_extra">It's expected to be NULL in practice, I thought it would be helpful for Focht to easily spot future applications that are using this API.<br><br>It's not necessary for the stub, of course. I can remove and resend if necessary, but I don't think that it is.<br clear="all">

</div><div class="gmail_extra"><br>-- <br>-Austin
</div></div>