aaron212 / pynfc

Automatically exported from code.google.com/p/pynfc
GNU General Public License v2.0
0 stars 0 forks source link

Support of Linux/64 bits #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The _size_t definition is set to c_uint32, but this is wrong for 64bits system.

Remember on 64 bits system:
printf("size_t=%d\n", sizeof(size_t)) will output 8
printf("unsigned int=%d\n", sizeof(unsigned int)) will output 4

Original issue reported on code.google.com by txprog on 27 Sep 2011 at 10:54

Attachments:

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r20.

Original comment by mike.auty@gmail.com on 21 May 2012 at 4:18