mirror of
https://github.com/veracrypt/VeraCrypt
synced 2024-11-23 11:33:33 +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 "Crc.h"
|
||||
#include "Common/Endian.h"
|
||||
#include "Crypto/t1ha.h"
|
||||
#if !defined(_UEFI)
|
||||
#include <string.h>
|
||||
#ifndef TC_WINDOWS_BOOT
|
||||
@ -27,6 +26,7 @@
|
||||
#else
|
||||
#include <strsafe.h>
|
||||
#endif
|
||||
#include "Crypto/t1ha.h"
|
||||
#include "EncryptionThreadPool.h"
|
||||
#endif
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user