commit | fa8f861957f4f9f7a0946d9d61fe90a9882f54e6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri May 24 17:05:44 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri May 24 17:05:44 2019 +0200 |
tree | f045b4a9983d4fe20519bc2cf4e41dc1943b488d | |
parent | 8239c62067c8d40720560496b25a82662126f2a2 [diff] [blame] |
patch 8.1.1380: MS-Windows building VIMDLL with MSVC: SUBSYSTEM is not set Problem: MS-Windows building VIMDLL with MSVC: SUBSYSTEM is not set. Solution: Invert condition. (closes #4422)
diff --git a/src/version.c b/src/version.c index 60e6c82..f7fb44e 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1380, +/**/ 1379, /**/ 1378,