diff --git a/src/common/windows_with_undefs.h b/src/common/windows_with_undefs.h index c4815464a6..e19552f30a 100644 --- a/src/common/windows_with_undefs.h +++ b/src/common/windows_with_undefs.h @@ -28,4 +28,7 @@ // Macros defined for ANSI / Unicode support #undef GetMessage +// Macros defined to produce compiler intrinsics +#undef MemoryBarrier + #endif // COMMON_WINDOWS_WITH_UNDEFS_H_