Mercurial > hg > xemacs-beta
diff src/emacs.c @ 213:78f53ef88e17 r20-4b5
Import from CVS: tag r20-4b5
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:06:47 +0200 |
parents | 41ff10fd062f |
children | 1f0dabaa0855 |
line wrap: on
line diff
--- a/src/emacs.c Mon Aug 13 10:05:53 2007 +0200 +++ b/src/emacs.c Mon Aug 13 10:06:47 2007 +0200 @@ -697,10 +697,10 @@ display_use = "x"; #endif /* HAVE_X_WINDOWS */ -#ifdef HAVE_W32GUI +#ifdef HAVE_MS_WINDOWS if (!noninteractive) - display_use = "w32"; -#endif /* HAVE_W32GUI */ + display_use = "mswindows"; +#endif /* HAVE_MS_WINDOWS */ } #endif /* HAVE_WINDOW_SYSTEM */ @@ -879,12 +879,12 @@ #endif #endif /* HAVE_X_WINDOWS */ -#ifdef HAVE_W32GUI - syms_of_console_w32 (); - syms_of_device_w32 (); - syms_of_event_w32 (); - syms_of_frame_w32 (); - syms_of_objects_w32 (); +#ifdef HAVE_MS_WINDOWS + syms_of_console_mswindows (); + syms_of_device_mswindows (); + syms_of_event_mswindows (); + syms_of_frame_mswindows (); + syms_of_objects_mswindows (); #endif #ifdef MULE @@ -974,12 +974,12 @@ #endif #endif /* HAVE_X_WINDOWS */ -#ifdef HAVE_W32GUI - console_type_create_w32 (); - console_type_create_device_w32 (); - console_type_create_frame_w32 (); - console_type_create_objects_w32 (); - console_type_create_redisplay_w32 (); +#ifdef HAVE_MS_WINDOWS + console_type_create_mswindows (); + console_type_create_device_mswindows (); + console_type_create_frame_mswindows (); + console_type_create_objects_mswindows (); + console_type_create_redisplay_mswindows (); #endif /* Now initialize the specifier types and associated symbols. @@ -1210,12 +1210,12 @@ #endif #endif -#ifdef HAVE_W32GUI - vars_of_device_w32 (); - vars_of_console_w32 (); - vars_of_event_w32 (); - vars_of_frame_w32 (); - vars_of_objects_w32 (); +#ifdef HAVE_MS_WINDOWS + vars_of_device_mswindows (); + vars_of_console_mswindows (); + vars_of_event_mswindows (); + vars_of_frame_mswindows (); + vars_of_objects_mswindows (); #endif #ifdef MULE