Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
b44c3d59
Commit
b44c3d59
authored
May 15, 1998
by
Richard M. Stallman
Browse files
(signal_quit): Add prototype.
parent
86143765
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/w32term.h
src/w32term.h
+2
-0
No files found.
src/w32term.h
View file @
b44c3d59
...
...
@@ -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)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment