Commits
Brian West committed 02dd7772ba0
This previous change fixes the issue on 64bit but if trying to compile a 32bit build you end up breaking the types on 32bit. Commandline Fu for dumping the various defines for gcc are as follows: gcc -m64 -dM -E - <<<'' gcc -m32 -dM -E - <<<''