From 5e2a973516e0729b225da9de0b03015dc5854ac4 Mon Sep 17 00:00:00 2001 From: chai Date: Mon, 18 Mar 2019 08:49:16 +0800 Subject: *luax --- Source/3rdParty/Luax/luax_config.h | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) (limited to 'Source/3rdParty/Luax/luax_config.h') diff --git a/Source/3rdParty/Luax/luax_config.h b/Source/3rdParty/Luax/luax_config.h index a161d95..0f69843 100644 --- a/Source/3rdParty/Luax/luax_config.h +++ b/Source/3rdParty/Luax/luax_config.h @@ -14,21 +14,21 @@ extern "C" { namespace Luax { - typedef unsigned int uint; - typedef unsigned long uintptr; - typedef long sintptr; + typedef unsigned int uint; + typedef unsigned long uintptr; + typedef long sintptr; - typedef const char cc8; + typedef const char cc8; - typedef unsigned char u8; - typedef unsigned short u16; - typedef unsigned int u32; - typedef unsigned long long u64; + typedef unsigned char u8; + typedef unsigned short u16; + typedef unsigned int u32; + typedef unsigned long long u64; - typedef signed char s8; - typedef signed short s16; - typedef signed int s32; - typedef signed long long s64; + typedef signed char s8; + typedef signed short s16; + typedef signed int s32; + typedef signed long long s64; #ifdef _WIN32 #define LUAX_FINAL final @@ -52,6 +52,9 @@ namespace Luax //#define LUAX_ENABLE_NATIVE_EXTEND 0 +#define LUAX_ENABLE_PLAIN_CLASS 1 +#define LUAX_ENABLE_PLAIN_ENABLE 1 + } #endif \ No newline at end of file -- cgit v1.1-26-g67d0