# HG changeset patch # User Richard M. Stallman # Date 831760280 0 # Node ID 0a9e62f4f10b45b952966a2a9a653ee667f2f93c # Parent 43551ec4b69d577878ca29f68ddfda9cafc8d649 (main) [WINDOWSNT]: Call syms_of_ntproc. diff -r 43551ec4b69d -r 0a9e62f4f10b src/emacs.c --- 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