Commit da7f0a60 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Atomic: fix compilation under MSVC WinRT mode

... no comment...
parent b3535195
......@@ -337,7 +337,7 @@ typedef uintmax_t atomic_uintmax_t;
atomic_type_dispatch_16_64(operation, object, __VA_ARGS__))
# define atomic_store(object,desired) \
atomic_type_dispatch_8_64(InterlockedExchange, object, desired)
atomic_type_dispatch_16_64(InterlockedExchange, object, desired)
# define atomic_store_explicit(object,desired,order) \
atomic_store(object, desired)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment