Mercurial > hg > xemacs-beta
diff src/emacs.c @ 286:57709be46d1b r21-0b41
Import from CVS: tag r21-0b41
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:35:03 +0200 |
parents | 558f606b08ae |
children | e11d67e05968 |
line wrap: on
line diff
--- a/src/emacs.c Mon Aug 13 10:34:15 2007 +0200 +++ b/src/emacs.c Mon Aug 13 10:35:03 2007 +0200 @@ -930,6 +930,9 @@ syms_of_print (); #if !defined (NO_SUBPROCESSES) syms_of_process (); +#ifdef HAVE_WIN32_PROCESSES + syms_of_process_nt (); +#endif #endif syms_of_profile (); #if defined (HAVE_MMAP) && defined (REL_ALLOC) && !defined(DOUG_LEA_MALLOC) @@ -1109,6 +1112,9 @@ #ifdef HAVE_TOOLBARS console_type_create_toolbar_mswindows (); #endif +#ifdef HAVE_DIALOGS + console_type_create_dialog_mswindows (); +#endif #endif /* Now initialize the specifier types and associated symbols. @@ -1382,6 +1388,9 @@ #ifdef HAVE_MSW_C_DIRED vars_of_dired_mswindows (); #endif +#ifdef HAVE_DIALOGS + vars_of_dialog_mswindows (); +#endif #endif /* HAVE_MS_WINDOWS */ #ifdef MULE