mirror of
https://github.com/veracrypt/VeraCrypt
synced 2024-11-10 21:23:40 +01:00
Windows: Fix compilation error on ARM64 caused by definition of UINT64_MAX
This commit is contained in:
parent
62d3c9eacd
commit
d3489f4771
@ -53,7 +53,7 @@
|
||||
|
||||
|
||||
#ifdef TC_WINDOWS_DRIVER
|
||||
#define UINT64_MAX 0xffffffffffffffffU
|
||||
#define UINT64_MAX 0xffffffffffffffffui64
|
||||
#else
|
||||
#include <stdint.h>
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user