Fix build warnings and problems for tiny/small Win32 build. (Mike Williams)
diff --git a/src/feature.h b/src/feature.h
index 3f25898..ea79758 100644
--- 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