mesa: Add missing include guards
[mesa.git] / src / mesa / main / cpuinfo.h
index fcd611e42e71199d1df32fcdc038b0ae87c23a68..57925e82bf251d39fafe861f4cf20f8b932791d8 100644 (file)
@@ -27,7 +27,7 @@
 #define CPUINFO_H
 
 
-#if defined USE_X86_ASM || (defined __x86_64__ && !defined _MSC_VER)
+#if defined USE_X86_ASM || defined USE_X86_64_ASM
 #include "x86/common_x86_asm.h"
 #endif