]> git.eshelyaron.com Git - emacs.git/commitdiff
(main) [WINDOWSNT]: Call syms_of_ntproc.
authorRichard M. Stallman <rms@gnu.org>
Fri, 10 May 1996 20:31:20 +0000 (20:31 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 10 May 1996 20:31:20 +0000 (20:31 +0000)
src/emacs.c

index e9f8439393d0ade08262b0f5fd5deed7d08ec4d0..35c8de4d73076b7cadb14ae24a1eaddede2b9b7b 100644 (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