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
No known key found for this signature in database
GPG Key ID: FC1B00364B3FE937

View File

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