From 01dfd0e72befcfc23dcae8a06974eebeb2263fb8 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Tue, 10 Sep 2024 23:32:42 +0200 Subject: [PATCH] Linux/macOS: Fix missing define that was causing compilation error --- src/Common/Tcdefs.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Common/Tcdefs.h b/src/Common/Tcdefs.h index 8e6750a40f..3fd18358c3 100644 --- a/src/Common/Tcdefs.h +++ b/src/Common/Tcdefs.h @@ -157,6 +157,8 @@ typedef uint64 TC_LARGEST_COMPILER_UINT; #define TRUE 1 #endif +#define VC_CDECL + #endif // !_MSC_VER #define TC_INT_TYPES_DEFINED