commit | 1e1d2e89fa460328883bb09fb13a24e26ef1ab31 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon May 18 20:17:02 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon May 18 20:17:02 2020 +0200 |
tree | 6bc273fc4788e4dafe9fd4b5f31981aa78437177 | |
parent | c33b3216c8ceac84130d627b20cb7034e5f831e6 [diff] [blame] |
patch 8.2.0793: MS-Windows: cannot build GUI with small features Problem: MS-Windows: cannot build GUI with small features. (Michael Soyka) Solution: Add #ifdef around use of windowsVersion. (Ken Takata)
diff --git a/src/version.c b/src/version.c index 14eca5f..055a418 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 793, +/**/ 792, /**/ 791,