This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eryksun
Recipients eryksun, paul.moore, smernst, steve.dower, tim.golden, zach.ware
Date 2017-04-27.18:34:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1493318085.22.0.800910530843.issue30186@psf.upfronthosting.co.za>
In-reply-to
Content
PathCchCombineEx isn't an import dependency. It's used dynamically via LoadLibraryW and GetProcAddress, with a fallback to PathCombineW. Does Wine maybe have a stub for this function that returns E_NOTIMPL (not implemented)?
History
Date User Action Args
2017-04-27 18:34:45eryksunsetrecipients: + eryksun, paul.moore, tim.golden, zach.ware, steve.dower, smernst
2017-04-27 18:34:45eryksunsetmessageid: <1493318085.22.0.800910530843.issue30186@psf.upfronthosting.co.za>
2017-04-27 18:34:45eryksunlinkissue30186 messages
2017-04-27 18:34:45eryksuncreate