0
0
mirror of https://github.com/vim/vim.git synced 2025-09-25 03:54:15 -04:00

patch 8.2.3067: building fails with Athena

Problem:    Building fails with Athena. (Elimar Riesebieter)
Solution:   Adjust #ifdefs and add the 'drop_file' feature.
This commit is contained in:
Bram Moolenaar
2021-06-27 19:02:52 +02:00
parent 17d868b8b2
commit 1d1ce613cd
4 changed files with 14 additions and 1 deletions

View File

@@ -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;