1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2026-06-10 06:46:59 -05: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
+5
View File
@@ -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