; * src/w32.h (free_wait_pool): Move prototype from w32.c.
This commit is contained in:
parent
e02466a579
commit
c87f0e8a19
2 changed files with 3 additions and 2 deletions
|
@ -10453,8 +10453,6 @@ check_windows_init_file (void)
|
|||
|
||||
/* from w32fns.c */
|
||||
extern void remove_w32_kbdhook (void);
|
||||
/* from w32proc.c */
|
||||
extern void free_wait_pool (void);
|
||||
void
|
||||
term_ntproc (int ignored)
|
||||
{
|
||||
|
|
|
@ -254,6 +254,9 @@ extern Lisp_Object w32_read_registry (HKEY, Lisp_Object, Lisp_Object);
|
|||
/* Used instead of execvp to restart Emacs. */
|
||||
extern int w32_reexec_emacs (char *, const char *);
|
||||
|
||||
/* From w32proc.c. */
|
||||
extern void free_wait_pool (void);
|
||||
|
||||
#ifdef HAVE_GNUTLS
|
||||
#include <gnutls/gnutls.h>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue