diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2024-09-10 23:32:42 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2024-09-10 23:32:42 +0200 |
commit | 01dfd0e72befcfc23dcae8a06974eebeb2263fb8 (patch) | |
tree | 7ea531ae6feea0b1e65791a252c65f59e5a08957 /src | |
parent | 40f0174408a3f6567e251c8922c7472ffeb99f2f (diff) | |
download | VeraCrypt-01dfd0e72befcfc23dcae8a06974eebeb2263fb8.tar.gz VeraCrypt-01dfd0e72befcfc23dcae8a06974eebeb2263fb8.zip |
Linux/macOS: Fix missing define that was causing compilation error
Diffstat (limited to 'src')
-rw-r--r-- | src/Common/Tcdefs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Common/Tcdefs.h b/src/Common/Tcdefs.h index 8e6750a4..3fd18358 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 |