diff options
Diffstat (limited to 'src/lj_def.h')
-rw-r--r-- | src/lj_def.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lj_def.h b/src/lj_def.h index 21cc59a4..c7600d33 100644 --- a/src/lj_def.h +++ b/src/lj_def.h | |||
@@ -8,8 +8,8 @@ | |||
8 | 8 | ||
9 | #include "lua.h" | 9 | #include "lua.h" |
10 | 10 | ||
11 | #if defined(_MSC_VER) | 11 | #if defined(_MSC_VER) && (_MSC_VER < 1700) |
12 | /* MSVC is stuck in the last century and doesn't have C99's stdint.h. */ | 12 | /* Old MSVC is stuck in the last century and doesn't have C99's stdint.h. */ |
13 | typedef __int8 int8_t; | 13 | typedef __int8 int8_t; |
14 | typedef __int16 int16_t; | 14 | typedef __int16 int16_t; |
15 | typedef __int32 int32_t; | 15 | typedef __int32 int32_t; |