1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 08:47:17 +01:00

Update SqBase.hpp

This commit is contained in:
Sandu Liviu Catalin 2021-02-01 00:46:22 +02:00
parent 746da6f2d9
commit d7078551c6

View File

@ -386,7 +386,7 @@ enum EntityType
#ifdef _SQ64 #ifdef _SQ64
// Chances are (u)int64_t is defined as long and not long long // 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_SZ_FMT "lu"
#define PRINT_INT_FMT "ld" #define PRINT_INT_FMT "ld"
#define PRINT_UINT_FMT "lu" #define PRINT_UINT_FMT "lu"