diff options
author | Bram Moolenaar <Bram@vim.org> | 2004-10-11 10:06:20 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2004-10-11 10:06:20 +0000 |
commit | 7171abea1ad8d33cce89a9664873417187139a53 (patch) | |
tree | 491426309f8e38304d96b55b7ac5ab6bdaefcc6b /src/gui.h | |
parent | 349b2f643a5e840facf42942d37d47c5b37c1292 (diff) | |
download | vim-git-7171abea1ad8d33cce89a9664873417187139a53.tar.gz |
updated for version 7.0018
Diffstat (limited to 'src/gui.h')
-rw-r--r-- | src/gui.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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. |