commit | 980bab457ebb4df4b05d54b9d731520774f20d1d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 07 22:42:53 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 07 22:42:53 2018 +0200 |
tree | e99d770308877522d087a0c6d8d84b4704f6a308 | |
parent | 40385dbcdfb44885f2e9b83e1e0285aeb8a0c2a8 [diff] [blame] |
patch 8.1.0254: cannot build on MS-Windows; unused macro HAVE_HANDLE_DROP Problem: Cannot build on MS-Windows; Unused macro HAVE_HANDLE_DROP. Solution: Adjust #ifdef. Delete the macro.
diff --git a/src/version.c b/src/version.c index 8b01248..099ea1f 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 254, +/**/ 253, /**/ 252,