From 33fff24aca46c4eca17997c42c5f62d71666b836 Mon Sep 17 00:00:00 2001 From: Brad King Date: Sun, 13 Nov 2011 15:03:15 -0500 Subject: 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. --- INT.h.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/INT.h.in b/INT.h.in index 5fca08f..3c1f05d 100644 --- a/INT.h.in +++ b/INT.h.in @@ -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) -- cgit v0.12