Merge branch 'master' into v2.1

This commit is contained in:
Mike Pall
2019-12-08 18:58:50 +01:00
3 changed files with 23 additions and 53 deletions

View File

@@ -8,8 +8,8 @@
#include "lua.h"
#if defined(_MSC_VER)
/* MSVC is stuck in the last century and doesn't have C99's stdint.h. */
#if defined(_MSC_VER) && (_MSC_VER < 1700)
/* Old MSVC is stuck in the last century and doesn't have C99's stdint.h. */
typedef __int8 int8_t;
typedef __int16 int16_t;
typedef __int32 int32_t;