cpython/Modules/_ctypes
Thomas Heller 59feb6f5cc Include <malloc.h> on windows, to avoid warnings when compiling with mingw.
Don't use SEH when compiling wth mingw.
Use IS_INTRESOURCE to determine function name from function ordinal.

Rewrite the code that allocates and frees callback functions, hopefully
this avoids the coverty warnings: Remove the THUNK typedef, and move the
definition of struct ffi_info into the header file.
2006-03-22 12:59:53 +00:00
..
darwin Copy ctypes-0.9.9.4 sources from external into the trunk. 2006-03-08 19:35:11 +00:00
libffi Try to avoid many of the compiler warnings when compiling libffi by 2006-03-14 20:52:24 +00:00
libffi_arm_wince Copy ctypes-0.9.9.4 sources from external into the trunk. 2006-03-08 19:35:11 +00:00
libffi_msvc Copy ctypes-0.9.9.4 sources from external into the trunk. 2006-03-08 19:35:11 +00:00
_ctypes.c Include <malloc.h> on windows, to avoid warnings when compiling with mingw. 2006-03-22 12:59:53 +00:00
_ctypes_test.c Fix compiler warning. 2006-03-18 12:52:54 +00:00
_ctypes_test.h Copy ctypes-0.9.9.4 sources from external into the trunk. 2006-03-08 19:35:11 +00:00
callbacks.c Include <malloc.h> on windows, to avoid warnings when compiling with mingw. 2006-03-22 12:59:53 +00:00
callproc.c Include <malloc.h> on windows, to avoid warnings when compiling with mingw. 2006-03-22 12:59:53 +00:00
cfield.c Accessing unaligned structure fields works now on all architectures. 2006-03-20 07:54:01 +00:00
ctypes.h Include <malloc.h> on windows, to avoid warnings when compiling with mingw. 2006-03-22 12:59:53 +00:00
ctypes_dlfcn.h Copy ctypes-0.9.9.4 sources from external into the trunk. 2006-03-08 19:35:11 +00:00
malloc_closure.c Copy ctypes-0.9.9.4 sources from external into the trunk. 2006-03-08 19:35:11 +00:00
stgdict.c Copy ctypes-0.9.9.4 sources from external into the trunk. 2006-03-08 19:35:11 +00:00