From: Richard M. Stallman Date: Fri, 10 May 1996 20:31:20 +0000 (+0000) Subject: (main) [WINDOWSNT]: Call syms_of_ntproc. X-Git-Tag: emacs-19.34~660 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=05687c547ba8988521e0355a5d81e18f48c2eebf;p=emacs.git (main) [WINDOWSNT]: Call syms_of_ntproc. --- 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