mirror of
https://github.com/boostorg/winapi.git
synced 2026-02-24 16:42:09 +00:00
Moved BOOST_INTERLOCKED_READ stuff into its own header
[SVN r31098]
This commit is contained in:
committed by
Andrey Semashev
parent
403b485061
commit
5a9103ee89
@@ -91,8 +91,4 @@ extern "C" __declspec(dllimport) long __stdcall InterlockedExchange( long volati
|
||||
|
||||
#endif
|
||||
|
||||
#define BOOST_INTERLOCKED_READ(x) BOOST_INTERLOCKED_COMPARE_EXCHANGE(x,0,0)
|
||||
#define BOOST_INTERLOCKED_READ_POINTER(x) BOOST_INTERLOCKED_COMPARE_EXCHANGE_POINTER(x,0,0)
|
||||
|
||||
|
||||
#endif // #ifndef BOOST_DETAIL_INTERLOCKED_HPP_INCLUDED
|
||||
|
||||
Reference in New Issue
Block a user