1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-09 15:50:21 +00:00

(main) [WINDOWSNT]: Call syms_of_ntproc.

This commit is contained in:
Richard M. Stallman 1996-05-10 20:31:20 +00:00
parent 93fdf2f820
commit 05687c547b

View File

@ -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