<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Insure Windows wildcards work properly with long paths"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=138615#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Insure Windows wildcards work properly with long paths"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=138615">bug 138615</a>
              from <span class="vcard"><a class="email" href="mailto:mikekaganski@hotmail.com" title="Mike Kaganski <mikekaganski@hotmail.com>"> <span class="fn">Mike Kaganski</span></a>
</span></b>
        <pre>(In reply to Mike Kaganski from <a href="show_bug.cgi?id=138615#c1">comment #1</a>)
<span class="quote">> but the
> problem is, the function is supported since Windows 8, while our baseline is
> Windows 7 still.</span >

On the other hand,
<a href="https://stackoverflow.com/questions/57354840/which-dll-has-pathcchappend">https://stackoverflow.com/questions/57354840/which-dll-has-pathcchappend</a>
suggests that the function may be in api-ms-win-core-path-l1-1-0.dll, which is
part of UCRT, which we depend on, and which we require on Windows 7. The
function is not guarded by any "#if _WIN32_WINNT >= 0x0602" thing in pathcch.h
- so maybe it's actually works on Win7 SP1 with UCRT? Could you check?</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>