<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Hi Guillaume,<br>
      <br>
      On 06/09/15 10:46, Guillaume Charifi wrote:<br>
    </div>
    <blockquote cite="mid:1433839572.2521.5.camel@sfr.fr" type="cite">
      <div class="moz-text-plain" wrap="true" graphical-quote="true"
        style="font-family: -moz-fixed; font-size: 12px;"
        lang="x-unicode">
        <pre wrap="">Fixes <a moz-do-not-send="true" class="moz-txt-link-freetext" href="https://bugs.winehq.org/show_bug.cgi?id=26808">https://bugs.winehq.org/show_bug.cgi?id=26808</a>

Thanks Jacek, I applied most of your tips (except those I was unable to understand how they was related to the code)</pre>
      </div>
    </blockquote>
    <br>
    It looks better now, but:<br>
    <br>
    <blockquote cite="mid:1433839572.2521.5.camel@sfr.fr" type="cite">
      <div class="moz-text-plain" wrap="true" graphical-quote="true"
        style="font-family: -moz-fixed; font-size: 12px;"
        lang="x-unicode">
        <pre wrap="">+static HRESULT WINAPI XAudio2CF_QueryInterface(IClassFactory *iface, REFIID riid, void **ppobj)
+{
+    return IClassFactory_QueryInterface(iface, riid, ppobj);
+}</pre>
      </div>
    </blockquote>
    <br>
    Why did you change it? This can't work, it will cause infinite
    recursion when called.<br>
    <br>
    Cheers,<br>
    Jacek<br>
  </body>
</html>