mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-10 15:56:18 +00:00
(main) [WINDOWSNT]: Call syms_of_ntproc.
This commit is contained in:
parent
93fdf2f820
commit
05687c547b
@ -896,6 +896,9 @@ Usage: %s [-t term] [--terminal term] [-nw] [--no-windows] [--batch]\n\
|
||||
#ifdef VMS
|
||||
syms_of_vmsproc ();
|
||||
#endif /* VMS */
|
||||
#ifdef WINDOWSNT
|
||||
syms_of_ntproc ();
|
||||
#endif /* WINDOWSNT */
|
||||
syms_of_window ();
|
||||
syms_of_xdisp ();
|
||||
#ifdef HAVE_X_WINDOWS
|
||||
|
Loading…
Reference in New Issue
Block a user