]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Foundation/Include/X64/EfiBind.h
change the error usage of "#if __GNUC__" Condition Macro to "#if defined(__GNUC__)"
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Include / X64 / EfiBind.h
index d3bf5a077e8db951b2dada396051282f442e6d7f..273490eecae8b89520bf955142b35c569b90029c 100644 (file)
@@ -261,7 +261,7 @@ typedef int64_t   intn_t;
 //\r
 // For symbol name in GNU assembly code, an extra "_" is necessary\r
 //\r
-#if __GNUC__\r
+#if defined(__GNUC__)\r
   #if defined(linux)\r
     #define ASM_PFX(name) name\r
   #else\r