commit | 7dca2ebbcf508ef2533f1b9f998f7e63c9bbd598 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Feb 18 20:42:50 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Feb 18 20:42:50 2019 +0100 |
tree | 7d5b47acb99bceffe5dbceb3ff00ef26d9448546 | |
parent | c854898881c02259f90170f210bf65bbd20cc1fc [diff] [blame] |
patch 8.1.0947: using MSWIN before it is defined Problem: Using MSWIN before it is defined. (Cesar Romani) Solution: Move the block that uses MSWIN to below including vim.h. (Ken Takata)
diff --git a/src/version.c b/src/version.c index ad062ae..269c01b 100644 --- a/src/version.c +++ b/src/version.c
@@ -780,6 +780,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 947, +/**/ 946, /**/ 945,