updated for version 7.3.391
Problem:    Can't check if the XPM_W32 feature is enabled.
Solution:   Add xpm_w32 to the list of features. (kat)
diff --git a/src/eval.c b/src/eval.c
index 8bf243e..402d09d 100644
--- a/src/eval.c
+++ b/src/eval.c
@@ -12260,6 +12260,9 @@
 #ifdef FEAT_XFONTSET
 	"xfontset",
 #endif
+#ifdef FEAT_XPM_W32
+	"xpm_w32",
+#endif
 #ifdef USE_XSMP
 	"xsmp",
 #endif