Sign in
◑
Theme
goma
/
wine
/
2418edb101078b9886717dfcd084e0ebcf00bc36
/
.
/
tsx11
/
locking.c
blob: 3f77e0075f9b285351df0f6a6ec848c925fe1375 [
file
]
/*
* Thread-safe X11 locking stubs
*/
static
void
nop
(
void
)
{
}
void
(*
wine_tsx11_lock
)(
void
)
=
nop
;
void
(*
wine_tsx11_unlock
)(
void
)
=
nop
;