]> granicus.if.org Git - python/commit
Fixes for 64-bit Windows: In ctypes.wintypes, correct the definitions
authorThomas Heller <theller@ctypes.org>
Thu, 11 Jan 2007 21:18:56 +0000 (21:18 +0000)
committerThomas Heller <theller@ctypes.org>
Thu, 11 Jan 2007 21:18:56 +0000 (21:18 +0000)
commit8138c26a8306a423ab0ae2c45976a37a2c000de6
treef1bca12ced26b54897e90c9f1d1959bee94d4f9f
parent9fdfadb06ee3c6d182af084afaa97bc6bf4652bc
Fixes for 64-bit Windows: In ctypes.wintypes, correct the definitions
of HANDLE, WPARAM, LPARAM data types.  Make parameterless foreign
function calls work.
Lib/ctypes/test/test_win32.py
Lib/ctypes/wintypes.py
Misc/NEWS
Modules/_ctypes/libffi_msvc/ffi.c