Closed RobinD42 closed 10 years ago
This is needed because on a 64-bit build of Python on Windows the handles may be 8-byte values (a void*) but the ctypes default is to assume int, which is only 4 bytes.
Great, thank you!
This is needed because on a 64-bit build of Python on Windows the handles may be 8-byte values (a void*) but the ctypes default is to assume int, which is only 4 bytes.