mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Issue #3527: Removed Py_WIN_WIDE_FILENAMES which is not used any more.
This commit is contained in:
parent
0c3b4c6e70
commit
b24bb27d22
6 changed files with 32 additions and 52 deletions
|
@ -178,7 +178,7 @@ fileio_init(PyObject *oself, PyObject *args, PyObject *kwds)
|
|||
else {
|
||||
PyErr_Clear();
|
||||
|
||||
#ifdef Py_WIN_WIDE_FILENAMES
|
||||
#ifdef MS_WINDOWS
|
||||
if (GetVersion() < 0x80000000) {
|
||||
/* On NT, so wide API available */
|
||||
PyObject *po;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue