diff src/emacs.c @ 231:557eaa0339bf r20-5b14

Import from CVS: tag r20-5b14
author cvs
date Mon, 13 Aug 2007 10:13:48 +0200
parents 0e522484dd2a
children 52952cbfc5b5
line wrap: on
line diff
--- a/src/emacs.c	Mon Aug 13 10:13:03 2007 +0200
+++ b/src/emacs.c	Mon Aug 13 10:13:48 2007 +0200
@@ -887,6 +887,9 @@
       syms_of_frame_mswindows ();
       syms_of_objects_mswindows ();
       syms_of_select_mswindows ();
+#ifdef HAVE_MENUBARS
+      syms_of_menubar_mswindows ();
+#endif
 #endif
 
 #ifdef MULE
@@ -981,6 +984,9 @@
 # ifdef HAVE_SCROLLBARS
       console_type_create_scrollbar_mswindows ();
 # endif
+#ifdef HAVE_MENUBARS
+      console_type_create_menubar_mswindows ();
+#endif
 #endif
 
       /* Now initialize the specifier types and associated symbols.
@@ -1220,6 +1226,9 @@
 #ifdef HAVE_SCROLLBARS
       vars_of_scrollbar_mswindows ();
 #endif
+#ifdef HAVE_MENUBARS
+      vars_of_menubar_mswindows ();
+#endif
 #endif
 
 #ifdef MULE