X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdePkg%2FInclude%2FX64%2FProcessorBind.h;fp=MdePkg%2FInclude%2FX64%2FProcessorBind.h;h=5d14316524c65760b5324c09f7180725f3951ab2;hb=8778ee616a623480959b2cc1934e485eedf022c6;hp=387e9c5c9c19ea1db73edfd2b334ee2855f3c538;hpb=21821933aea284cd3dfea6994bd4b83bd9739fc9;p=mirror_edk2.git diff --git a/MdePkg/Include/X64/ProcessorBind.h b/MdePkg/Include/X64/ProcessorBind.h index 387e9c5c9c..5d14316524 100644 --- a/MdePkg/Include/X64/ProcessorBind.h +++ b/MdePkg/Include/X64/ProcessorBind.h @@ -101,7 +101,7 @@ // #pragma warning ( disable : 4206 ) -#if _MSC_VER == 1800 || _MSC_VER == 1900 || _MSC_VER >= 1910 +#if defined(_MSC_VER) && _MSC_VER >= 1800 // // Disable these warnings for VS2013.