commit | 9f902470da71f5b4e8142a2defd5aa0ffe474717 | [log] [tgz] |
---|---|---|
author | Thomas Heller <theller@ctypes.org> | Fri Jul 14 15:01:05 2006 +0000 |
committer | Thomas Heller <theller@ctypes.org> | Fri Jul 14 15:01:05 2006 +0000 |
tree | 39983b715f282be2f47d8903881f2e55f7c920db | |
parent | 7d1d43630e117fdc3ccb0a8c6a9b31ab7d443016 [diff] |
Make the prototypes of our private PyUnicode_FromWideChar and PyUnicode_AsWideChar replacement functions compatible to the official functions by using Py_ssize_t instead of int.