diff src/emacs.c @ 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 3305f0390624
children 5b9fe08fa6eb
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