mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-12 03:18:26 -06:00
Windows: remove 32-bit logic from the code since we support only 64-bit. remove 32-bit EFI bootloader files.
We also fix intermediary files folder for Portable and Setup projects
This commit is contained in:
@@ -43,11 +43,7 @@ static HANDLE PeriodicFastPollThreadHandle = NULL;
|
||||
/* Macro to add four bytes to the pool */
|
||||
#define RandaddInt32(x) RandAddInt((unsigned __int32)x);
|
||||
|
||||
#ifdef _WIN64
|
||||
#define RandaddIntPtr(x) RandAddInt64((unsigned __int64)x);
|
||||
#else
|
||||
#define RandaddIntPtr(x) RandAddInt((unsigned __int32)x);
|
||||
#endif
|
||||
|
||||
void RandAddInt (unsigned __int32 x)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user