mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 11:08:02 -06:00
Windows: fix compilation error of legacy MBR bootloader caused by missing intrin.h header
This commit is contained in:
@@ -25,7 +25,7 @@
|
|||||||
#define ATT_NOPREFIX
|
#define ATT_NOPREFIX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
#if defined (_MSC_VER) && !defined (TC_WINDOWS_BOOT)
|
||||||
#if defined(TC_WINDOWS_DRIVER) || defined (_UEFI)
|
#if defined(TC_WINDOWS_DRIVER) || defined (_UEFI)
|
||||||
#if defined(__cplusplus)
|
#if defined(__cplusplus)
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
|||||||
Reference in New Issue
Block a user