Patch 7.3.019 missing #ifdef

This commit is contained in:
Bjorn Winckler
2010-10-01 16:57:50 +02:00
parent 051dd87d5e
commit fe4dcf1ea1
+1 -1
View File
@@ -2803,7 +2803,7 @@ ex_nbstart(eap)
{
#ifdef FEAT_GUI
# if !defined(FEAT_GUI_X11) && !defined(FEAT_GUI_GTK) \
&& !defined(FEAT_GUI_W32)
&& !defined(FEAT_GUI_W32) && !defined(FEAT_GUI_MACVIM)
if (gui.in_use)
{
EMSG(_("E838: netbeans is not supported with this GUI"));