File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 9191#define CTYPES_CAPSULE_ERROROBJ "_ctypes/callproc.c error object"
9292CTYPES_CAPSULE_INSTANTIATE_DESTRUCTOR (CTYPES_CAPSULE_ERROROBJ )
9393
94+ #if defined(CTYPES_UNICODE ) && !defined(HAVE_USABLE_WCHAR_T )
9495#define CTYPES_CAPSULE_WCHAR_T "_ctypes/callproc.c wchar_t buffer from unicode"
9596CTYPES_CAPSULE_INSTANTIATE_DESTRUCTOR (CTYPES_CAPSULE_WCHAR_T )
97+ #endif
9698
9799/*
98100 ctypes maintains thread-local storage that has space for two error numbers:
Original file line number Diff line number Diff line change 1111#include "ctypes.h"
1212
1313
14+ #if defined(CTYPES_UNICODE ) && !defined(HAVE_USABLE_WCHAR_T )
1415#define CTYPES_CAPSULE_WCHAR_T "_ctypes/cfield.c wchar_t buffer from unicode"
1516CTYPES_CAPSULE_INSTANTIATE_DESTRUCTOR (CTYPES_CAPSULE_WCHAR_T )
17+ #endif
1618
1719
1820/******************************************************************/
You can’t perform that action at this time.
0 commit comments