summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/common.h2
1 files changed, 1 insertions, 1 deletions
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;