1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-11 11:08:02 -06:00

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

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