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
No known key found for this signature in database
GPG Key ID: 02C30AE90FAE4A6F
1 changed files with 1 additions and 1 deletions

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