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

--- Comment #2 from Mike Kaganski <[email protected]> ---
(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.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to