diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-07-11 22:04:21 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-07-11 22:04:21 +0200 |
commit | e28cfb28126c07abd9e9ba04e36b3789433201b6 (patch) | |
tree | 7286eb0643610f26a5f6bc8aed828e6e045f9c4a /src/version.c | |
parent | 247bf0de465411e4ebb1c0fe1a9e07f4a7f77e91 (diff) | |
download | vim-git-e28cfb28126c07abd9e9ba04e36b3789433201b6.tar.gz |
patch 8.1.1662: cannot build uninstal.exe with some version of MinGWv8.1.1662
Problem: Cannot build uninstal.exe with some version of MinGW.
Solution: Add -lole32. (Rene Nyffenegger, closes #4646)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 9e8fcbad0..ae44f513e 100644 --- a/src/version.c +++ b/src/version.c @@ -778,6 +778,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1662, +/**/ 1661, /**/ 1660, |