From 1120d3fa21211d0a507b829d9aeb7bcc3708cc55 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Mon, 30 Sep 2013 16:25:57 +0200 Subject: MSVC 2010 has finally grown a --- src/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common.h b/src/common.h index 3444cd0..24c7517 100644 --- a/src/common.h +++ b/src/common.h @@ -45,7 +45,7 @@ extern "C" { #endif -#ifdef _MSC_VER +#if defined(_MSC_VER) && _MSC_VER < 1600 typedef __int8 int8_t; typedef unsigned __int8 uint8_t; typedef __int16 int16_t; -- cgit v1.2.3