mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
parent
a862e4290c
commit
fa072c1d2c
1 changed files with 2 additions and 2 deletions
|
@ -37,8 +37,8 @@ extern "C" {
|
|||
#include "lauxlib.h"
|
||||
}
|
||||
|
||||
#ifdef _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 __int32 int32_t;
|
||||
typedef unsigned __int32 uint32_t;
|
||||
typedef unsigned __int64 uint64_t;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue