]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/7zTypes.h
MdeModulePkg LzmaCustomDecompressLib: Update macro to be same in CLANG tool
[mirror_edk2.git] / MdeModulePkg / Library / LzmaCustomDecompressLib / Sdk / C / 7zTypes.h
index ac06278002e3f16b8120cc29d6db076a744d9cc0..c89b5c2433f1605c61327b9c42c73c87771fb2ef 100644 (file)
@@ -118,7 +118,7 @@ typedef int Bool;
 #define MY_STD_CALL\r
 #endif\r
 \r
-#ifdef _MSC_VER\r
+#if defined(_MSC_VER) && !defined(__clang__)\r
 \r
 #if _MSC_VER >= 1300\r
 #define MY_NO_INLINE __declspec(noinline)\r