Issue #3527: Removed Py_WIN_WIDE_FILENAMES which is not used any more.

This commit is contained in:
Hirokazu Yamamoto 2009-05-17 02:52:09 +00:00
parent 0c3b4c6e70
commit b24bb27d22
6 changed files with 32 additions and 52 deletions

View file

@ -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;