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

@ -2254,7 +2254,7 @@ file_init(PyObject *self, PyObject *args, PyObject *kwds)
Py_DECREF(closeresult);
}
#ifdef Py_WIN_WIDE_FILENAMES
#ifdef MS_WINDOWS
if (GetVersion() < 0x80000000) { /* On NT, so wide API available */
PyObject *po;
if (PyArg_ParseTupleAndKeywords(args, kwds, "U|si:file",