comparison src/version.c @ 11420:d1b6cf96882a v8.0.0594

patch 8.0.0594: build failure when windows feature is missing commit https://github.com/vim/vim/commit/66c0e70b806cd8afdc9da9ddae11945ddf29841a Author: Bram Moolenaar <Bram@vim.org> Date: Sun Apr 30 20:46:32 2017 +0200 patch 8.0.0594: build failure when windows feature is missing Problem: Build failure when windows feature is missing. Solution: Add #ifdef.
author Christian Brabandt <cb@256bit.org>
date Sun, 30 Apr 2017 21:00:04 +0200
parents 162bcd0debd7
children ad4b56939140
comparison
equal deleted inserted replaced
11419:fb4f0fc43631 11420:d1b6cf96882a
762 NULL 762 NULL
763 }; 763 };
764 764
765 static int included_patches[] = 765 static int included_patches[] =
766 { /* Add new patch number below this line */ 766 { /* Add new patch number below this line */
767 /**/
768 594,
767 /**/ 769 /**/
768 593, 770 593,
769 /**/ 771 /**/
770 592, 772 592,
771 /**/ 773 /**/