forked from Github/emacs
Fix MS-Windows build
This commit is contained in:
parent
aacc1390f2
commit
dcb44ccbed
1 changed files with 1 additions and 1 deletions
|
|
@ -1846,7 +1846,7 @@ Using an Emacs configured with --with-x-toolkit=lucid does not have this problem
|
|||
init_keyboard (); /* This too must precede init_sys_modes. */
|
||||
init_display (); /* Determine terminal type. Calls init_sys_modes. */
|
||||
#if HAVE_W32NOTIFY
|
||||
else
|
||||
if (noninteractive)
|
||||
init_crit (); /* w32notify.c needs this in batch mode. */
|
||||
#endif /* HAVE_W32NOTIFY */
|
||||
init_xdisp ();
|
||||
|
|
|
|||
Loading…
Reference in a new issue