mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 17:19:03 -04:00
[windows] setup_alt_sig_stack() implementation
This commit is contained in:
parent
fe7704919f
commit
403bf91634
@ -42,6 +42,8 @@ int setup_signals(void* vnc, bool no_quit_sigs, bool no_winch_sigs,
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
void setup_alt_sig_stack(void){}
|
||||
#else
|
||||
// only one notcurses object can be the target of signal handlers, due to their
|
||||
// process-wide nature. hold this lock over any of the shared data below.
|
||||
|
Loading…
x
Reference in New Issue
Block a user