msinttypes
msinttypes copied to clipboard
#include <stdint.h>
how about:
#include <../include/stdint.h>
then you could add msinttypes to include path and include stdint.h using:
#include <stdint.h>
Could you also check for presence of inttypes.h in different versions of VS and
add proper ifdefs. vs2013 has inttypes.h
Original issue reported on code.google.com by [email protected] on 22 Jan 2014 at 5:54
To add up, intel compiler comes with stdint.h
Perhaps #ifdef __ICL or #ifdef __INTEL_COMPILER could also be useful to avoid
collision
Original comment by [email protected] on 22 Jan 2014 at 6:09
Please submit a patch and I'll merge it.
Original comment by alexander.chemeris on 28 Jan 2014 at 1:21