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

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" {