summaryrefslogtreecommitdiffstats
path: root/Include/unicodeobject.h
diff options
context:
space:
mode:
authorWalter Dörwald <walter@livinglogic.de>2007-05-18 17:04:42 (GMT)
committerWalter Dörwald <walter@livinglogic.de>2007-05-18 17:04:42 (GMT)
commit14176a56d3fe36388115688d0b5acae0c759c044 (patch)
treed504068b34230541d0572f11ae65167d87b7a321 /Include/unicodeobject.h
parent4e618b75185d73a761c15b2c01d50d6ff944a618 (diff)
downloadcpython-14176a56d3fe36388115688d0b5acae0c759c044.zip
cpython-14176a56d3fe36388115688d0b5acae0c759c044.tar.gz
cpython-14176a56d3fe36388115688d0b5acae0c759c044.tar.bz2
Add missing #define.
Diffstat (limited to 'Include/unicodeobject.h')
-rw-r--r--Include/unicodeobject.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Include/unicodeobject.h b/Include/unicodeobject.h
index 2e27d74..9b498ee 100644
--- a/Include/unicodeobject.h
+++ b/Include/unicodeobject.h
@@ -176,6 +176,7 @@ typedef PY_UNICODE_TYPE Py_UNICODE;
# 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