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

Windows: fix building MBR bootloader following modification of Xts.c

This commit is contained in:
Mounir IDRASSI
2019-01-26 01:10:11 +01:00
parent ce0a34941a
commit 7b95b375a0

View File

@@ -27,8 +27,10 @@ For big-endian platforms define BYTE_ORDER as BIG_ENDIAN. */
# include <memory.h> # include <memory.h>
#endif #endif
#ifndef TC_NO_COMPILER_INT64
#include "cpu.h" #include "cpu.h"
#include "misc.h" #include "misc.h"
#endif
#include "Xts.h" #include "Xts.h"