mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 11:08:02 -06:00
Windows: fix driver build error caused by missing header
This commit is contained in:
@@ -51,7 +51,12 @@
|
||||
|
||||
/* Adapted for VeraCrypt */
|
||||
|
||||
|
||||
#ifdef TC_WINDOWS_DRIVER
|
||||
#define UINT64_MAX 0xffffffffffffffffU
|
||||
#else
|
||||
#include <stdint.h>
|
||||
#endif
|
||||
|
||||
#undef _FORTIFY_SOURCE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user