mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 7.4.1375
Problem: Still some Win16 code. Solution: Remove FEAT_GUI_W16.(Hirohito Higashi)
This commit is contained in:
@@ -2720,10 +2720,6 @@ struct VimMenu
|
||||
#ifdef FEAT_BEVAL_TIP
|
||||
BalloonEval *tip; /* tooltip for this menu item */
|
||||
#endif
|
||||
#ifdef FEAT_GUI_W16
|
||||
UINT id; /* Id of menu item */
|
||||
HMENU submenu_id; /* If this is submenu, add children here */
|
||||
#endif
|
||||
#ifdef FEAT_GUI_W32
|
||||
UINT id; /* Id of menu item */
|
||||
HMENU submenu_id; /* If this is submenu, add children here */
|
||||
|
Reference in New Issue
Block a user