Linux/macOS: Fix missing define that was causing compilation error

This commit is contained in:
Mounir IDRASSI 2024-09-10 23:32:42 +02:00
parent 40f0174408
commit 01dfd0e72b
No known key found for this signature in database
GPG Key ID: FC1B00364B3FE937

View File

@ -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