]> granicus.if.org Git - python/commit
Py_USING_UNICODE is no longer defined on Windows (on posix it is still
authorThomas Heller <theller@ctypes.org>
Thu, 12 Jul 2007 11:00:22 +0000 (11:00 +0000)
committerThomas Heller <theller@ctypes.org>
Thu, 12 Jul 2007 11:00:22 +0000 (11:00 +0000)
commit5fa3f0517b072d6e864d33cfc4fe3f53ea02c702
tree50fa66c65847565ce754d24592f4da51f8e77869
parente409b979509af36bbd9ee8ebbc85d805062e2e95
Py_USING_UNICODE is no longer defined on Windows (on posix it is still
in pyconfig.h).  Remove the workaround for the broken (in Python 2.3)
PyUnicode_(From|As)WideChar functions.
Modules/_ctypes/_ctypes.c
Modules/_ctypes/ctypes.h