diff src/feature.h @ 2419:f579b934f51d vim73

Fix build warnings and problems for tiny/small Win32 build. (Mike Williams)
author Bram Moolenaar <bram@vim.org>
date Tue, 27 Jul 2010 22:41:43 +0200
parents 85b7dc8da5eb
children 107b03fdf1ad
line wrap: on
line diff
--- a/src/feature.h
+++ b/src/feature.h
@@ -819,7 +819,8 @@
 # endif
 #endif
 #if !defined(FEAT_GUI_DIALOG) && (defined(FEAT_GUI_MOTIF) \
-	|| defined(FEAT_GUI_ATHENA) || defined(FEAT_GUI_GTK))
+	|| defined(FEAT_GUI_ATHENA) || defined(FEAT_GUI_GTK) \
+	|| defined(FEAT_GUI_W32))
 /* need a dialog to show error messages when starting from the desktop */
 # define FEAT_GUI_DIALOG
 #endif