include: Avoid redefining _InterlockedCompareExchange128 as inline.
commit46ab4f0ce7295d7b3a31a5a10e6314ad9444c35a
authorEric Pouech <epouech@codeweavers.com>
Fri, 19 Jan 2024 14:39:43 +0000 (19 15:39 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 22 Jan 2024 13:16:07 +0000 (22 14:16 +0100)
treeade46a0d497872f9d6b07f2432bd2ac8ccb1e560
parent72c4adc036435a51a79ecbffa1eca22fd3186ba9
include: Avoid redefining _InterlockedCompareExchange128 as inline.

Note the _InterlockedCompareExchange128 for a x86_64 machine is only
defined as intrinsic when -mcx16 option is enabled.
But we use always use the intrinsic definition on x86_64 so that
compilation done without the -mcx16 could be detected (on C++ only).
And the intrinsic has been added recently to aarch64 machine for clang.

Signed-off-by: Eric Pouech <epouech@codeweavers.com>
include/winnt.h