summaryrefslogtreecommitdiff
path: root/src/testing.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2021-06-27 19:02:52 +0200
committerBram Moolenaar <Bram@vim.org>2021-06-27 19:02:52 +0200
commit1d1ce613cdc74721499660b1d8911de164e2862d (patch)
tree0405fa994373f498edf7fb831805db428afcda37 /src/testing.c
parent17d868b8b268c9b9670421039d1a772341937add (diff)
downloadvim-git-1d1ce613cdc74721499660b1d8911de164e2862d.tar.gz
patch 8.2.3067: building fails with Athenav8.2.3067
Problem: Building fails with Athena. (Elimar Riesebieter) Solution: Adjust #ifdefs and add the 'drop_file' feature.
Diffstat (limited to 'src/testing.c')
-rw-r--r--src/testing.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testing.c b/src/testing.c
index b32eb1a37..f01f73a42 100644
--- a/src/testing.c
+++ b/src/testing.c
@@ -1260,7 +1260,7 @@ f_test_settime(typval_T *argvars, typval_T *rettv UNUSED)
void
f_test_gui_drop_files(typval_T *argvars UNUSED, typval_T *rettv UNUSED)
{
-# ifdef FEAT_GUI
+#if defined(HAVE_DROP_FILE)
int row;
int col;
int_u mods;