diff options
author | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | 2009-05-17 04:21:53 (GMT) |
---|---|---|
committer | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | 2009-05-17 04:21:53 (GMT) |
commit | 8223c24d075357329970ee57a04a5d5fe09dbfde (patch) | |
tree | 2cd8938fc879bfe3e4b3056cd6c8908e36f1924d /PC | |
parent | 266c9905dfeb2b8bc12903fcb3a7fc66666e551a (diff) | |
download | cpython-8223c24d075357329970ee57a04a5d5fe09dbfde.zip cpython-8223c24d075357329970ee57a04a5d5fe09dbfde.tar.gz cpython-8223c24d075357329970ee57a04a5d5fe09dbfde.tar.bz2 |
Merged revisions 72698-72699 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72698 | hirokazu.yamamoto | 2009-05-17 11:52:09 +0900 | 1 line
Issue #3527: Removed Py_WIN_WIDE_FILENAMES which is not used any more.
........
r72699 | hirokazu.yamamoto | 2009-05-17 11:58:36 +0900 | 1 line
Added NEWS for r72698.
........
Diffstat (limited to 'PC')
-rw-r--r-- | PC/pyconfig.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/PC/pyconfig.h b/PC/pyconfig.h index 2041784..e0c9f48 100644 --- a/PC/pyconfig.h +++ b/PC/pyconfig.h @@ -558,10 +558,6 @@ Py_NO_ENABLE_SHARED to find out. Also support MS_NO_COREDLL for b/w compat */ /* This is enough for unicodeobject.h to do the "right thing" on Windows. */ #define Py_UNICODE_SIZE 2 -/* Define to indicate that the Python Unicode representation can be passed - as-is to Win32 Wide API. */ -#define Py_WIN_WIDE_FILENAMES - /* Use Python's own small-block memory-allocator. */ #define WITH_PYMALLOC 1 |