diff options
author | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | 2009-05-17 02:52:09 (GMT) |
---|---|---|
committer | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | 2009-05-17 02:52:09 (GMT) |
commit | b24bb27d2279129612ada536984503d771544d05 (patch) | |
tree | ec17a58ff0f282f2305140ae393ae81879c2875d /PC/pyconfig.h | |
parent | 0c3b4c6e70f373044b40cbc381be52e9cce968ac (diff) | |
download | cpython-b24bb27d2279129612ada536984503d771544d05.zip cpython-b24bb27d2279129612ada536984503d771544d05.tar.gz cpython-b24bb27d2279129612ada536984503d771544d05.tar.bz2 |
Issue #3527: Removed Py_WIN_WIDE_FILENAMES which is not used any more.
Diffstat (limited to 'PC/pyconfig.h')
-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 77f80a8..55424f2 100644 --- a/PC/pyconfig.h +++ b/PC/pyconfig.h @@ -565,10 +565,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 |