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:
Brad King 2011-11-13 15:03:15 -05:00
parent bcc06d498c
commit 33fff24aca
1 changed files with 3 additions and 0 deletions

View File

@ -191,6 +191,9 @@ An includer may test the following macros after inclusion:
#endif
#if defined(__INTEL_COMPILER)
# if defined(_WIN32)
# define @KWIML@_INT__NO_SCN8
# endif
#elif defined(__SUNPRO_C) || defined(__SUNPRO_CC)
# define @KWIML@_INT__NO_SCN8
#elif defined(__HP_cc) || defined(__HP_aCC)