diff --git a/libc/src/__support/macros/properties/compiler.h b/libc/src/__support/macros/properties/compiler.h index d51bdfcf5760..592f6c2ba1c9 100644 --- a/libc/src/__support/macros/properties/compiler.h +++ b/libc/src/__support/macros/properties/compiler.h @@ -38,7 +38,7 @@ #define LIBC_COMPILER_IS_MSVC // https://learn.microsoft.com/en-us/cpp/preprocessor/predefined-macros #define LIBC_COMPILER_MSVC_VER (_MSC_VER) -#ifdef(_M_X64) +#ifdef _M_X64 #define LIBC_COMPILER_IS_MSVC_X64 #else #define LIBC_COMPILER_IS_MSVC_X86