dienbk7x / msinttypes

Automatically exported from code.google.com/p/msinttypes
0 stars 0 forks source link

#include <stdint.h> #13

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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 pavlov.p...@gmail.com on 22 Jan 2014 at 5:54

GoogleCodeExporter commented 9 years ago
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 pavlov.p...@gmail.com on 22 Jan 2014 at 6:09

GoogleCodeExporter commented 9 years ago
Please submit a patch and I'll merge it.

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