mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-20 19:42:53 -08:00
(signal_quit): Add prototype.
This commit is contained in:
parent
86143765b7
commit
b44c3d59fa
1 changed files with 2 additions and 0 deletions
|
|
@ -646,6 +646,8 @@ extern CRITICAL_SECTION critsect;
|
|||
extern void init_crit ();
|
||||
extern void delete_crit ();
|
||||
|
||||
extern void signal_quit ();
|
||||
|
||||
#define enter_crit() EnterCriticalSection (&critsect)
|
||||
#define leave_crit() LeaveCriticalSection (&critsect)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue