(main) [! HAVE_NTGUI]: Don't call syms_of_xmenu.
This commit is contained in:
parent
91b97ddb7e
commit
1e9c210ba7
1 changed files with 2 additions and 0 deletions
|
@ -896,7 +896,9 @@ Usage: %s [-t term] [--terminal term] [-nw] [--no-windows] [--batch]\n\
|
|||
syms_of_xfaces ();
|
||||
#endif
|
||||
|
||||
#ifndef HAVE_NTGUI
|
||||
syms_of_xmenu ();
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_NTGUI
|
||||
syms_of_win32term ();
|
||||
|
|
Loading…
Add table
Reference in a new issue