commit | b24bb27d2279129612ada536984503d771544d05 | [log] [tgz] |
---|---|---|
author | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | Sun May 17 02:52:09 2009 +0000 |
committer | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | Sun May 17 02:52:09 2009 +0000 |
tree | ec17a58ff0f282f2305140ae393ae81879c2875d | |
parent | 0c3b4c6e70f373044b40cbc381be52e9cce968ac [diff] [blame] |
Issue #3527: Removed Py_WIN_WIDE_FILENAMES which is not used any more.
diff --git a/Objects/fileobject.c b/Objects/fileobject.c index 77724d4..ff30745 100644 --- a/Objects/fileobject.c +++ b/Objects/fileobject.c
@@ -2254,7 +2254,7 @@ 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",