[Python-3000-checkins] r55436 - python/branches/py3k-struni/Include/unicodeobject.h

walter.doerwald python-3000-checkins at python.org
Fri May 18 19:04:50 CEST 2007


Author: walter.doerwald
Date: Fri May 18 19:04:42 2007
New Revision: 55436

Modified:
   python/branches/py3k-struni/Include/unicodeobject.h
Log:
Add missing #define.


Modified: python/branches/py3k-struni/Include/unicodeobject.h
==============================================================================
--- python/branches/py3k-struni/Include/unicodeobject.h	(original)
+++ python/branches/py3k-struni/Include/unicodeobject.h	Fri May 18 19:04:42 2007
@@ -176,6 +176,7 @@
 # define PyUnicode_FromStringAndSize PyUnicodeUCS2_FromStringAndSize
 # define PyUnicode_FromFormatV PyUnicodeUCS2_FromFormatV
 # define PyUnicode_FromFormat PyUnicodeUCS2_FromFormat
+# define PyUnicode_FromWideChar PyUnicodeUCS2_FromWideChar
 # define PyUnicode_GetDefaultEncoding PyUnicodeUCS2_GetDefaultEncoding
 # define PyUnicode_GetMax PyUnicodeUCS2_GetMax
 # define PyUnicode_GetSize PyUnicodeUCS2_GetSize


More information about the Python-3000-checkins mailing list