Sign in
third-party-mirror
/
mingw-w64
/
refs/tags/v5.0.0
/
.
/
mingw-w64-crt
/
intrincs
/
ilockand.c
blob: 81a2f7b31db843c2d2ed1bab1e4ff2e9e33f1e5f [
file
] [
log
] [
blame
]
#define
__INTRINSIC_ONLYSPECIAL
#define
__INTRINSIC_SPECIAL__InterlockedAnd
/* Causes code generation in intrin-impl.h */
#include
<intrin.h>
__LONG32
InterlockedAnd
(
__LONG32
volatile
*,
__LONG32
)
__attribute__
((
alias
(
"_InterlockedAnd"
)));