commit | 66857f410426ca335f4771a58a32b2d14a7e52b9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Oct 22 16:43:20 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Oct 22 16:43:20 2017 +0200 |
tree | 1faed00426248c703fdd4ba07abe726923fe55a9 | |
parent | ca05aa24af88836f8aa792360b3780589f294981 [diff] [blame] |
patch 8.0.1212: MS-Windows: tear-off menu does not work on 64 bit Problem: MS-Windows: tear-off menu does not work on 64 bit. (shaggyaxe) Solution: Change how the menu handle is looked up. (Ken Takata, closes #1205)
diff --git a/src/version.c b/src/version.c index f913633..2ac4de9 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1212, +/**/ 1211, /**/ 1210,