frozen icon indicating copy to clipboard operation
frozen copied to clipboard

missing underscore in type definition when compiling for w64

Open jaromil opened this issue 7 years ago • 2 comments

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.

jaromil avatar Feb 18 '18 11:02 jaromil

PR please. make sure that the unit test (which uses clang, gcc, VC6 and VC2015) continues to pass.

cpq avatar Feb 18 '18 12:02 cpq

OK, is there a CI running the tests? I'm unable to run them locally since I don't have VC.

jaromil avatar Feb 18 '18 15:02 jaromil