Size of GType is wrong in 64 bit Windows. GType is defined as gsize, so its
size is Native.SIZE_T_SIZE (8 bytes in win64) and not Native.LONG_SIZE (4 bytes
in win64). The attached patch should fix this.
Original issue reported on code.google.com by raimo.ja...@gmail.com on 29 May 2011 at 6:14
Original issue reported on code.google.com by
raimo.ja...@gmail.com
on 29 May 2011 at 6:14Attachments: