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 _______________________________________________ Python-3000-checkins mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000-checkins
