From: Juanma Barranquero Date: Mon, 9 Nov 2009 11:07:05 +0000 (+0000) Subject: * menu.c [HAVE_NTGUI]: Declare current_popup_menu. X-Git-Tag: emacs-pretest-23.1.90~512 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=04e452cb3175d95a69be7a8c1110c2ed790ccb54;p=emacs.git * menu.c [HAVE_NTGUI]: Declare current_popup_menu. --- diff --git a/src/ChangeLog b/src/ChangeLog index 4199b716a78..4ef3776e632 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2009-11-09 Juanma Barranquero + + * menu.c [HAVE_NTGUI]: Declare current_popup_menu. + 2009-11-09 Stefan Monnier * menu.c (Fx_popup_menu): Consolidate versions from xmenu.c, diff --git a/src/menu.c b/src/menu.c index 2af6e8573e7..0c46d8dc6cf 100644 --- a/src/menu.c +++ b/src/menu.c @@ -50,6 +50,7 @@ along with GNU Emacs. If not, see . */ #include "w32term.h" extern AppendMenuW_Proc unicode_append_menu; +extern HMENU current_popup_menu; #endif /* HAVE_NTGUI */