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:
@@ -18,8 +18,8 @@
|
|||||||
#include "Common/Endian.h"
|
#include "Common/Endian.h"
|
||||||
#if !defined(_UEFI)
|
#if !defined(_UEFI)
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <strsafe.h>
|
|
||||||
#ifndef TC_WINDOWS_BOOT
|
#ifndef TC_WINDOWS_BOOT
|
||||||
|
#include <strsafe.h>
|
||||||
#include "EncryptionThreadPool.h"
|
#include "EncryptionThreadPool.h"
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user