commit | 59d3fd6aa036223e9002b2b215a98cc9fe73bc16 | [log] [tgz] |
---|---|---|
author | Daniel Bratell <bratell@opera.com> | Thu Oct 25 18:15:13 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Oct 25 18:15:13 2018 |
tree | 76157c40dfbea7564b025bdcb9257e55237f67a3 | |
parent | 7ae657077217e655c0129f8e9417aac96240423b [diff] |
[ppapi] undef MemoryBarrier on Windows to avoid atomicops clash MemoryBarrier is a macro in some versions of the Win32 API and it's also a name in the base/atomicops.h API. If windows.h is included after atomicops.h, further use of the atomicops API will fail unless MemoryBarrier is undefined. See base/atomicops.h for more info. Bug: 898475 Change-Id: I4a4be93d534f54a5758dc09d1b1e52c1f2bee79c Reviewed-on: https://chromium-review.googlesource.com/c/1299139 Reviewed-by: Antoine Labour <piman@chromium.org> Reviewed-by: Bill Budge <bbudge@chromium.org> Commit-Queue: Daniel Bratell <bratell@opera.com> Cr-Commit-Position: refs/heads/master@{#602793}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .