Line 154:
Line 154:
typedef unsigned short u16;
typedef unsigned short u16;
typedef unsigned int u32;
typedef unsigned int u32;
+
/* On a 32bit system, long is only 4 bytes- use long long instead */
typedef unsigned long u64;
typedef unsigned long u64;
</source>
</source>