From 05687c547ba8988521e0355a5d81e18f48c2eebf Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 10 May 1996 20:31:20 +0000 Subject: [PATCH] (main) [WINDOWSNT]: Call syms_of_ntproc. --- src/emacs.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/emacs.c b/src/emacs.c index e9f8439393d..35c8de4d730 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -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 -- 2.39.5