updated for version 7.2-031
diff --git a/src/structs.h b/src/structs.h
index a485ec1..1ecdddb 100644
--- a/src/structs.h
+++ b/src/structs.h
@@ -459,7 +459,7 @@
 typedef struct
 {
     int		hide;			/* TRUE when ":hide" was used */
-# ifdef FEAT_BROWSE
+# ifdef FEAT_BROWSE_CMD
     int		browse;			/* TRUE to invoke file dialog */
 # endif
 # ifdef FEAT_WINDOWS