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

Windows: fix compilation error of legacy MBR bootloader caused by missing intrin.h header

This commit is contained in:
Mounir IDRASSI
2019-08-26 00:48:18 +02:00
parent aeaf4bd025
commit 2ab57bcf70

View File

@@ -25,7 +25,7 @@
#define ATT_NOPREFIX
#endif
#ifdef _MSC_VER
#if defined (_MSC_VER) && !defined (TC_WINDOWS_BOOT)
#if defined(TC_WINDOWS_DRIVER) || defined (_UEFI)
#if defined(__cplusplus)
extern "C" {