summaryrefslogtreecommitdiff
path: root/src/gui.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2004-10-11 10:06:20 +0000
committerBram Moolenaar <Bram@vim.org>2004-10-11 10:06:20 +0000
commit7171abea1ad8d33cce89a9664873417187139a53 (patch)
tree491426309f8e38304d96b55b7ac5ab6bdaefcc6b /src/gui.h
parent349b2f643a5e840facf42942d37d47c5b37c1292 (diff)
downloadvim-git-7171abea1ad8d33cce89a9664873417187139a53.tar.gz
updated for version 7.0018
Diffstat (limited to 'src/gui.h')
-rw-r--r--src/gui.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gui.h b/src/gui.h
index 02028f2c7..bcb36de7c 100644
--- a/src/gui.h
+++ b/src/gui.h
@@ -542,8 +542,7 @@ typedef enum
}
gui_win_pos_T;
-#if defined(FEAT_GUI_MOTIF) || defined(FEAT_GUI_GTK) || defined(FEAT_GUI_KDE) \
- || defined(MSWIN_FIND_REPLACE)
+#ifdef FIND_REPLACE_DIALOG
/*
* Flags used to distinguish the different contexts in which the
* find/replace callback may be called.