Steve Dower added the comment:

The approach I used is the correct way to use the function if it's available. 
If Wine is not supporting this function, it should return NULL from 
GetProcAddress, not a stub. If the function exists, any error it returns is 
fatal.

We need the better function for Win10 in order to support paths longer than 260 
characters. PathcombineW fails on long paths.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue30186>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to