Use c_void_p to handle (*BYTE) in freeimage plugin.

This commit is contained in:
Stefan van der Walt
2010-05-14 14:16:01 +02:00
parent 0320815b9e
commit 81b3359590
@@ -23,7 +23,7 @@ API = {
[ctypes.c_void_p]),
'FreeImage_GetPitch': (ctypes.c_uint,
[ctypes.c_void_p]),
'FreeImage_GetBits': (ctypes.c_int,
'FreeImage_GetBits': (ctypes.c_void_p,
[ctypes.c_void_p]),
}