Currently check does not work for Visual Studio 2010 project, because it misses the stdbool.h header from the C99 standard. This include was introduced about a year ago in 6c19a8e
Could we just replace this bool by an int, so older but still common Visual Studio compilers (2010 and even 2012) could use also recent versions of check?
I could prepare a PR if you like.
Currently check does not work for Visual Studio 2010 project, because it misses the
stdbool.hheader from the C99 standard. This include was introduced about a year ago in 6c19a8eCould we just replace this
boolby anint, so older but still common Visual Studio compilers (2010 and even 2012) could use also recent versions of check?I could prepare a PR if you like.