frozen
frozen copied to clipboard
missing underscore in type definition when compiling for w64
Hi there! thanks for frozen!
this line
https://github.com/cesanta/frozen/blob/d763609a7001cf7f10364b6648e1979bbe4c8de0/frozen.c#L47
should typedef __int64 to correctly compile for win 64bit according to my tests, conducted using mingw32 in cross-compilation to target w64.
PR please. make sure that the unit test (which uses clang, gcc, VC6 and VC2015) continues to pass.
OK, is there a CI running the tests? I'm unable to run them locally since I don't have VC.