mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Patch 594001: PEP 277 - Unicode file name support for Windows NT.
This commit is contained in:
parent
eb287a2662
commit
c2e85bd4e2
6 changed files with 568 additions and 44 deletions
|
@ -400,6 +400,10 @@ Py_NO_ENABLE_SHARED to find out. Also support MS_NO_COREDLL for b/w compat */
|
|||
Include/unicodeobject.h). */
|
||||
#if Py_UNICODE_SIZE == 2
|
||||
#define HAVE_USABLE_WCHAR_T
|
||||
|
||||
/* Define to indicate that the Python Unicode representation can be passed
|
||||
as-is to Win32 Wide API. */
|
||||
#define Py_WIN_WIDE_FILENAMES
|
||||
#endif
|
||||
|
||||
/* Use Python's own small-block memory-allocator. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue