enthought / pywin32-ctypes

A (partial) reimplementation of pywin32 in pure python
Other
18 stars 9 forks source link

Update to use cffi 1.3.0 #37

Closed itziakos closed 8 years ago

itziakos commented 9 years ago

The new cffi 1.3.0 support the WINAPI call convention so it should be really good to have this in to avoid possible problems with callback functions in 32bit systems

itziakos commented 8 years ago

implemented in #38