KWIML: No INT_SCN*8 on Intel for Windows
Intel C/C++ for Windows does not support the SCN*8 format (%hh*). The MS runtime does not support it.
This commit is contained in:
parent
bcc06d498c
commit
33fff24aca
3
INT.h.in
3
INT.h.in
|
@ -191,6 +191,9 @@ An includer may test the following macros after inclusion:
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(__INTEL_COMPILER)
|
#if defined(__INTEL_COMPILER)
|
||||||
|
# if defined(_WIN32)
|
||||||
|
# define @KWIML@_INT__NO_SCN8
|
||||||
|
# endif
|
||||||
#elif defined(__SUNPRO_C) || defined(__SUNPRO_CC)
|
#elif defined(__SUNPRO_C) || defined(__SUNPRO_CC)
|
||||||
# define @KWIML@_INT__NO_SCN8
|
# define @KWIML@_INT__NO_SCN8
|
||||||
#elif defined(__HP_cc) || defined(__HP_aCC)
|
#elif defined(__HP_cc) || defined(__HP_aCC)
|
||||||
|
|
Loading…
Reference in New Issue