FITD
FITD copied to clipboard
Fix Linux Build (#9)
Fixes #9
Changes s32 & u32 to be typed as signed int & unsigned int instead of signed long int & unsigned long int, as this resolves to 64 bits on x64 Linux & 32 bits on Windows, while signed int & unsigned int resolve to 32 bits on Windows & x64 Linux.
This change has been tested to work on Windows & x64 Linux.
Sorry, I renamed the branch; didn't think that would happen