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