]> granicus.if.org Git - python/commit
Fix the bitfield test when _ctypes is compiled with MingW. Structures
authorThomas Heller <theller@ctypes.org>
Wed, 5 Jul 2006 09:13:56 +0000 (09:13 +0000)
committerThomas Heller <theller@ctypes.org>
Wed, 5 Jul 2006 09:13:56 +0000 (09:13 +0000)
commit9ba7ca82298fabe84b633514317d795b42eef770
tree9b3df3df2beebefc932d97121dda29212b4b3f07
parentaa1919d2b0f256529a992d4083f7a8012ca1c417
Fix the bitfield test when _ctypes is compiled with MingW.  Structures
containing bitfields may have different layout on MSVC and MingW .
Modules/_ctypes/cfield.c