On 2012-02-20 18:26, Stewart Gordon wrote:
On 20/02/2012 17:21, Iain Buclaw wrote: <snip>c_long and c_ulong are guaranteed to match target long size<snip>Which means what, exactly? Stewart.
Simplified: 32bit: Windows long == 32bit Posix long == 32bit 64bit: Windows long == 32bit Posix long == 64bit For a complete table of the 64bit data models see: http://en.wikipedia.org/wiki/64-bit#64-bit_data_models -- /Jacob Carlborg
