commit | c285fe7c3ffdb3ec4eff20a1d1d5accfc80f1a86 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Apr 26 21:51:48 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Apr 26 21:51:48 2016 +0200 |
tree | e243faa803ac959df813ceae5dd28a9ba4bec459 | |
parent | e8aee7dcf9b12becff86e8ce1783a86801c5f9f6 [diff] [blame] |
patch 7.4.1794 Problem: Can't build on MS-Windows. Solution: Add missing declaration.
diff --git a/src/version.c b/src/version.c index 56af2f0..97ec40b 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1794, +/**/ 1793, /**/ 1792,