/[emacs]/emacs/src/w32menu.c
ViewVC logotype

Diff of /emacs/src/w32menu.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.46 by jasonr, Wed Nov 28 20:31:43 2001 UTC revision 1.47 by andrewi, Wed Nov 28 22:24:50 2001 UTC
# Line 2181  popup_activated () Line 2181  popup_activated ()
2181     supported on NT 3.51 and earlier, as GetMenuItemInfo is not     supported on NT 3.51 and earlier, as GetMenuItemInfo is not
2182     available. */     available. */
2183  void  void
2184  w32_menu_display_help (HMENU menu, UINT item, UINT flags)  w32_menu_display_help (HWND owner, HMENU menu, UINT item, UINT flags)
2185  {  {
2186    HMODULE user32 = GetModuleHandle ("user32.dll");    HMODULE user32 = GetModuleHandle ("user32.dll");
2187    FARPROC get_menu_item_info = GetProcAddress (user32, "GetMenuItemInfoA");    FARPROC get_menu_item_info = GetProcAddress (user32, "GetMenuItemInfoA");

Legend:
Removed from v.1.46  
changed lines
  Added in v.1.47

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26