comparison src/version.c @ 12668:637096f179c4 v8.0.1212

patch 8.0.1212: MS-Windows: tear-off menu does not work on 64 bit commit https://github.com/vim/vim/commit/66857f410426ca335f4771a58a32b2d14a7e52b9 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Oct 22 16:43:20 2017 +0200 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)
author Christian Brabandt <cb@256bit.org>
date Sun, 22 Oct 2017 16:45:04 +0200
parents 856a840679e3
children d348256f04d1
comparison
equal deleted inserted replaced
12667:b5ef7dbff3b8 12668:637096f179c4
759 NULL 759 NULL
760 }; 760 };
761 761
762 static int included_patches[] = 762 static int included_patches[] =
763 { /* Add new patch number below this line */ 763 { /* Add new patch number below this line */
764 /**/
765 1212,
764 /**/ 766 /**/
765 1211, 767 1211,
766 /**/ 768 /**/
767 1210, 769 1210,
768 /**/ 770 /**/