mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2024-11-08 00:37:15 +01:00
Update SqBase.hpp
This commit is contained in:
parent
746da6f2d9
commit
d7078551c6
@ -386,7 +386,7 @@ enum EntityType
|
||||
|
||||
#ifdef _SQ64
|
||||
// Chances are (u)int64_t is defined as long and not long long
|
||||
#ifdef SQMOD_OS_LINUX && (LONG_MAX == LLONG_MAX)
|
||||
#if defined(SQMOD_OS_LINUX) && (LONG_MAX == LLONG_MAX)
|
||||
#define PRINT_SZ_FMT "lu"
|
||||
#define PRINT_INT_FMT "ld"
|
||||
#define PRINT_UINT_FMT "lu"
|
||||
|
Loading…
Reference in New Issue
Block a user