FITD icon indicating copy to clipboard operation
FITD copied to clipboard

Fix Linux Build (#9)

Open jmortiger opened this issue 8 months ago • 1 comments

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.

jmortiger avatar Apr 25 '25 12:04 jmortiger

Sorry, I renamed the branch; didn't think that would happen

jmortiger avatar Apr 25 '25 15:04 jmortiger