]> granicus.if.org Git - python/commit
Fixes so that _ctypes can be compiled with the MingW compiler.
authorThomas Heller <theller@ctypes.org>
Mon, 3 Jul 2006 08:04:05 +0000 (08:04 +0000)
committerThomas Heller <theller@ctypes.org>
Mon, 3 Jul 2006 08:04:05 +0000 (08:04 +0000)
commit638f7addf39afe167aab84521202a54d1cd42587
tree927bd542b0b4423c2a68380438d196658b316ccc
parentb3c0942356bcf592097f658bdfc2daf6dad7b346
Fixes so that _ctypes can be compiled with the MingW compiler.

It seems that the definition of '__attribute__(x)' was responsible for
the compiler ignoring the '__fastcall' attribute on the
ffi_closure_SYSV function in libffi_msvc/ffi.c, took me quite some
time to figure this out.
Modules/_ctypes/libffi_msvc/fficonfig.h
Modules/_ctypes/libffi_msvc/ffitarget.h