commit | 8603be338ac810446f23c092f21bc6082f787519 | [log] [tgz] |
---|---|---|
author | h-east <h.east.727@gmail.com> | Mon Dec 06 11:24:09 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Dec 06 11:24:09 2021 +0000 |
tree | 29b51e141d318790ef87003df4ff3067f3f1e044 | |
parent | 6409553b6e3b4de4e1d72b8ee5445595214581ff [diff] [blame] |
patch 8.2.3752: build error when using Photon GUI Problem: Build error when using Photon GUI. Solution: Adjust #ifdef. (closes #9288)
diff --git a/src/version.c b/src/version.c index 2e39ab7..6d63569 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3752, +/**/ 3751, /**/ 3750,