mirror of
https://github.com/reactos/reactos.git
synced 2026-06-21 18:32:49 +08:00
Since VS 17.14.36203.30 / MSVC 19.44.35209.0 the default behavior on ARM64 is to not inline _Interlocked* functions. Until we have those implemented, we disable this feature, going back to the old behavior. For additional details / tracking of the implementation see CORE-20255