[Libreoffice-bugs] [Bug 138615] Insure Windows wildcards work properly with long paths

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Wed Dec 2 10:16:28 UTC 2020


https://bugs.documentfoundation.org/show_bug.cgi?id=138615

--- Comment #2 from Mike Kaganski <mikekaganski at hotmail.com> ---
(In reply to Mike Kaganski from comment #1)
> but the
> problem is, the function is supported since Windows 8, while our baseline is
> Windows 7 still.

On the other hand,
https://stackoverflow.com/questions/57354840/which-dll-has-pathcchappend
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?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20201202/91c44d7f/attachment.htm>


More information about the Libreoffice-bugs mailing list