comparison src/version.c @ 14481:4f5a15867544 v8.1.0254

patch 8.1.0254: cannot build on MS-Windows; unused macro HAVE_HANDLE_DROP commit https://github.com/vim/vim/commit/980bab457ebb4df4b05d54b9d731520774f20d1d Author: Bram Moolenaar <Bram@vim.org> Date: Tue Aug 7 22:42:53 2018 +0200 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.
author Christian Brabandt <cb@256bit.org>
date Tue, 07 Aug 2018 22:45:07 +0200
parents 3375a8cbb442
children 7fd8cb54da4a
comparison
equal deleted inserted replaced
14480:623dc5f66ff6 14481:4f5a15867544
792 NULL 792 NULL
793 }; 793 };
794 794
795 static int included_patches[] = 795 static int included_patches[] =
796 { /* Add new patch number below this line */ 796 { /* Add new patch number below this line */
797 /**/
798 254,
797 /**/ 799 /**/
798 253, 800 253,
799 /**/ 801 /**/
800 252, 802 252,
801 /**/ 803 /**/