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

Windows: Fix build of MBR bootloader

This commit is contained in:
Mounir IDRASSI
2024-11-15 11:16:19 +01:00
parent 21e61c8ded
commit de9e472d10

View File

@@ -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