From f3c80a50bd8b39a0a6d565448a0b1c921a902eb8 Mon Sep 17 00:00:00 2001 From: Christophe Lyon Date: Tue, 19 Jul 2011 16:32:02 +0200 Subject: Merge from SVN #532 [CL] include msinttypes.h/msstdint.h instead of inttypes.h/stdint.h when compiling with MSVC --- ref_vaddhn.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ref_vaddhn.c') diff --git a/ref_vaddhn.c b/ref_vaddhn.c index 810e989..b64624b 100644 --- a/ref_vaddhn.c +++ b/ref_vaddhn.c @@ -34,8 +34,12 @@ THE SOFTWARE. #if defined(__cplusplus) #include #else +#if defined(_MSC_VER) +#include "msstdint.h" +#else #include #endif +#endif #ifndef INSN_NAME #define INSN_NAME vaddhn -- cgit v1.2.3