ffmpeg/compat/atomics
Martin Storsjö b1b7cc698b atomics: Fix the win32 atomic_exchange function
This fixes building with MSVC after
a2a38b1606.

Remove the stray semicolon, and add casts for the input argument
(which is an intptr_t*) to the right type (PVOID volatile *).

Signed-off-by: Martin Storsjö <martin@martin.st>
2021-04-04 11:06:08 +03:00
..
dummy compat/atomics: fix atomic_fetch_xor 2017-04-02 00:57:17 -03:00
gcc compat/atomics: fix atomic_fetch_xor 2017-04-02 00:57:17 -03:00
pthread compat/atomics: fix atomic_fetch_xor 2017-04-02 00:57:17 -03:00
suncc Merge commit '6a93b596c5c3af31b843d63013a7985ffeea354d' 2017-04-13 18:27:20 -03:00
win32 atomics: Fix the win32 atomic_exchange function 2021-04-04 11:06:08 +03:00