commit | 8962fda1dacf374d78bd02ca487800c2519c57b2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 29 19:05:21 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 29 19:05:21 2013 +0200 |
tree | 7107e274675f98fca92406b1e91ad2d4ad58ae60 | |
parent | 386dcde30d677c26a596cf7479f8dd9ee498978b [diff] [blame] |
updated for version 7.4.044 Problem: Can't build with old MSVC. (Wang Shoulin) Solution: Define OPEN_OH_ARGTYPE instead of using intptr_t directly.
diff --git a/src/version.c b/src/version.c index 1411943..52ad91e 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 44, +/**/ 43, /**/ 42,