[Python-checkins] python/dist/src/PC pyconfig.h,1.14,1.15

mhammond@users.sourceforge.net mhammond@users.sourceforge.net
Wed, 02 Oct 2002 22:10:41 -0700


Update of /cvsroot/python/python/dist/src/PC
In directory usw-pr-cvs1:/tmp/cvs-serv29768/PC

Modified Files:
	pyconfig.h 
Log Message:
Patch 594001: PEP 277 - Unicode file name support for Windows NT.


Index: pyconfig.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/PC/pyconfig.h,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** pyconfig.h	19 Jul 2002 06:55:41 -0000	1.14
--- pyconfig.h	3 Oct 2002 05:10:39 -0000	1.15
***************
*** 401,404 ****
--- 401,408 ----
  #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