Sign in
mingw
/
mingw-w64
/
943de5be2a7b09788f1ff3364d26bb4e2b02457d
/
.
/
mingw-w64-crt
/
intrincs
/
ilockand.c
blob: 646bb8ba86eb5b3a4bcde3dd76b05bcb75bb2bcb [
file
] [
log
] [
blame
]
#include
<intrin.h>
#include
<psdk_inc/intrin-mac.h>
__buildlogicali
(
_InterlockedAnd
,
__LONG32
,
and
)
__LONG32
InterlockedAnd
(
__LONG32
volatile
*,
__LONG32
)
__attribute__
((
alias
(
"_InterlockedAnd"
)));