1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-11 02:58:02 -06:00

Windows: fix driver build error caused by missing header

This commit is contained in:
Mounir IDRASSI
2019-11-04 22:18:00 +01:00
parent ce78f89017
commit dc08b69240

View File

@@ -51,7 +51,12 @@
/* Adapted for VeraCrypt */
#ifdef TC_WINDOWS_DRIVER
#define UINT64_MAX 0xffffffffffffffffU
#else
#include <stdint.h>
#endif
#undef _FORTIFY_SOURCE