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/Modules/_fileio.c b/Modules/_fileio.c index 409abf6..efe0855 100644 --- a/Modules/_fileio.c +++ b/Modules/_fileio.c
@@ -178,7 +178,7 @@ else { PyErr_Clear(); -#ifdef Py_WIN_WIDE_FILENAMES +#ifdef MS_WINDOWS if (GetVersion() < 0x80000000) { /* On NT, so wide API available */ PyObject *po;