commit | 303d5850ec0516e198db241456b0cfc4899ef9c0 | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <[email protected]> | Sun May 27 10:01:13 2012 -0400 |
committer | Behdad Esfahbod <[email protected]> | Sun May 27 10:01:13 2012 -0400 |
tree | e6fda5fce0b82c8bbabce1f85a8b995865459e70 | |
parent | 8f8956a55fff95e5ad529d2f124c9528d1f4f81d [diff] |
Fix Windows atomic get/set According to: http://msdn.microsoft.com/en-us/library/65tt87y8.aspx MemoryBarrier() is the right macro to protect these, not _ReadBarrier() and/or _WriteBarrier().