mirror of
https://github.com/minetest/minetest.git
synced 2024-11-19 22:23:46 +01:00
parent
a862e4290c
commit
fa072c1d2c
@ -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…
Reference in New Issue
Block a user