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

Windows: Fix compilation error of bootloader caused by introduction of strsafe.h in crypto.c

This commit is contained in:
Mounir IDRASSI
2021-07-14 23:01:23 +02:00
parent ad544681c7
commit b98606e390

View File

@@ -18,8 +18,8 @@
#include "Common/Endian.h"
#if !defined(_UEFI)
#include <string.h>
#include <strsafe.h>
#ifndef TC_WINDOWS_BOOT
#include <strsafe.h>
#include "EncryptionThreadPool.h"
#endif
#endif