mirror of
https://github.com/reactos/reactos.git
synced 2026-07-07 13:09:40 +08:00
6 lines
147 B
C
6 lines
147 B
C
#include <windows.h>
|
|
|
|
void SIGNAL_MaskAsyncEvents( WINBOOL flag )
|
|
{
|
|
// sigprocmask( (flag) ? SIG_BLOCK : SIG_UNBLOCK , &async_signal_set, NULL);
|
|
} |