Sign in
◑
Theme
mingw
/
mingw-w64
/
9b6f1f637c8449c1e1149a58cbaef4e1f6c89d9f
/
.
/
mingw-w64-crt
/
intrincs
/
ilockor.c
blob: 1579c5053a69dd260a84c4d025bf8d40c115bcc0 [
file
]
#define
__INTRINSIC_ONLYSPECIAL
#define
__INTRINSIC_SPECIAL__InterlockedOr
/* Causes code generation in intrin-impl.h */
#include
<intrin.h>
__LONG32
InterlockedOr
(
__LONG32
volatile
*,
__LONG32
)
__attribute__
((
alias
(
"_InterlockedOr"
)));