mirror of
https://github.com/veracrypt/VeraCrypt
synced 2024-11-27 13:33:29 +01:00
Windows: Fix build of MBR bootloader
This commit is contained in:
parent
21e61c8ded
commit
de9e472d10
@ -16,7 +16,6 @@
|
|||||||
#include "Xts.h"
|
#include "Xts.h"
|
||||||
#include "Crc.h"
|
#include "Crc.h"
|
||||||
#include "Common/Endian.h"
|
#include "Common/Endian.h"
|
||||||
#include "Crypto/t1ha.h"
|
|
||||||
#if !defined(_UEFI)
|
#if !defined(_UEFI)
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#ifndef TC_WINDOWS_BOOT
|
#ifndef TC_WINDOWS_BOOT
|
||||||
@ -27,6 +26,7 @@
|
|||||||
#else
|
#else
|
||||||
#include <strsafe.h>
|
#include <strsafe.h>
|
||||||
#endif
|
#endif
|
||||||
|
#include "Crypto/t1ha.h"
|
||||||
#include "EncryptionThreadPool.h"
|
#include "EncryptionThreadPool.h"
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user