(main) [! HAVE_NTGUI]: Don't call syms_of_xmenu.

This commit is contained in:
Richard M. Stallman 1996-03-08 06:18:40 +00:00
parent 91b97ddb7e
commit 1e9c210ba7

View file

@ -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 ();