commit | 9b283523f2f75b45feef902b8713808e883d9c19 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jun 17 22:19:33 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jun 17 22:19:33 2019 +0200 |
tree | 83a7c31221221362b997e6938381d4de61db52d3 | |
parent | 394c5d8870b15150fc91a4c058dc571fd5eaa97e [diff] [blame] |
patch 8.1.1565: MS-Windows: no sound support Problem: MS-Windows: no sound support. Solution: Add sound support for MS-Windows. (Yasuhiro Matsumoto, Ken Takata, closes #4522)
diff --git a/src/version.c b/src/version.c index 5831e33..ee07b96 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1565, +/**/ 1564, /**/ 1563,