[Bug 42474] Python 3.6 needs function api-ms-win-core-path-l1-1-0.dll.PathCchCombineEx

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Apr 27 14:48:33 CDT 2017


https://bugs.winehq.org/show_bug.cgi?id=42474

--- Comment #19 from Nikolay Sivov <bunglehead at gmail.com> ---
(In reply to Sebastian Ernst from comment #16)
> My understanding is that Wine even if it is set to Windows Vista or 7
> returns an address for PathCchCombineEx which does not allow Python to fall
> back to PathCombineW. If PathCchCombineEx just was not there (in Windows
> Vista and 7 settings) or would return E_NOTIMPL, it might allow Python 3.6
> to work (assuming a working implementation of PathCombineW).
> 

Right, from their code, as soon as export is available it will be used, there's
no Windows version thing, which is a good thing. Stub won't help here
obviously, this needs real implementation in kernelbase.dll.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list