commit | e28cfb28126c07abd9e9ba04e36b3789433201b6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jul 11 22:04:21 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jul 11 22:04:21 2019 +0200 |
tree | 7286eb0643610f26a5f6bc8aed828e6e045f9c4a | |
parent | 247bf0de465411e4ebb1c0fe1a9e07f4a7f77e91 [diff] [blame] |
patch 8.1.1662: cannot build uninstal.exe with some version of MinGW Problem: Cannot build uninstal.exe with some version of MinGW. Solution: Add -lole32. (Rene Nyffenegger, closes #4646)
diff --git a/src/version.c b/src/version.c index 9e8fcba..ae44f51 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1662, +/**/ 1661, /**/ 1660,