msinttypes icon indicating copy to clipboard operation
msinttypes copied to clipboard

#include <stdint.h>

Open GoogleCodeExporter opened this issue 11 years ago • 2 comments

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

GoogleCodeExporter avatar Mar 14 '15 11:03 GoogleCodeExporter

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

GoogleCodeExporter avatar Mar 14 '15 11:03 GoogleCodeExporter

Please submit a patch and I'll merge it.

Original comment by alexander.chemeris on 28 Jan 2014 at 1:21

GoogleCodeExporter avatar Mar 14 '15 11:03 GoogleCodeExporter