changeset 15202:0a9e62f4f10b

(main) [WINDOWSNT]: Call syms_of_ntproc.
author Richard M. Stallman <rms@gnu.org>
date Fri, 10 May 1996 20:31:20 +0000
parents 43551ec4b69d
children 5bda3e000c2c
files src/emacs.c
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/emacs.c	Fri May 10 20:29:43 1996 +0000
+++ b/src/emacs.c	Fri May 10 20:31:20 1996 +0000
@@ -896,6 +896,9 @@
 #ifdef VMS
       syms_of_vmsproc ();
 #endif /* VMS */
+#ifdef WINDOWSNT
+      syms_of_ntproc ();
+#endif /* WINDOWSNT */
       syms_of_window ();
       syms_of_xdisp ();
 #ifdef HAVE_X_WINDOWS