diff --git a/src/Common/Crypto.c b/src/Common/Crypto.c index ead62bb8..da233090 100644 --- a/src/Common/Crypto.c +++ b/src/Common/Crypto.c @@ -19,7 +19,13 @@ #if !defined(_UEFI) #include #ifndef TC_WINDOWS_BOOT +#ifdef TC_WINDOWS_DRIVER +#include +#define StringCchCatW RtlStringCchCatW +#define StringCchCopyW RtlStringCchCopyW +#else #include +#endif #include "EncryptionThreadPool.h" #endif #endif