<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Call ansi functions directly, to be able to compile with different -DUNICODE variants"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=100312#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Call ansi functions directly, to be able to compile with different -DUNICODE variants"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=100312">bug 100312</a>
              from <span class="vcard"><a class="email" href="mailto:Thomas.Freitag@alfa.de" title="Thomas Freitag <Thomas.Freitag@alfa.de>"> <span class="fn">Thomas Freitag</span></a>
</span></b>
        <pre>The patch removes the ability of using unicode filesystem and force to use
always the ANSI version of several functions. I.e. 

#ifdef UNICODE
#define GetModuleFileName  GetModuleFileNameW
#else
#define GetModuleFileName  GetModuleFileNameA
#endif // !UNICODE

is defined in winbase.h.
So I can't see why this patch makes sense?</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>