aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32fns.c
diff options
context:
space:
mode:
authorMartin Rudalics2014-07-25 11:29:23 +0200
committerMartin Rudalics2014-07-25 11:29:23 +0200
commitc3dfb46e1c4ee289c0c2b8f6454aba3480e8f1de (patch)
tree2fe3b32ecfa524273dd2ed8f4b79e3c43c22291b /src/w32fns.c
parent2d471498f69c912f25820d6dd8557be549762081 (diff)
downloademacs-c3dfb46e1c4ee289c0c2b8f6454aba3480e8f1de.tar.gz
emacs-c3dfb46e1c4ee289c0c2b8f6454aba3480e8f1de.zip
Provisionally fix Windows build broken by last commit.
* w32fns.c (menubar_in_use): No more static. * w32term.c (current_popup_menu, menubar_in_use): Declare.
Diffstat (limited to 'src/w32fns.c')
-rw-r--r--src/w32fns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32fns.c b/src/w32fns.c
index dbd83444c99..14d1cb4e771 100644
--- a/src/w32fns.c
+++ b/src/w32fns.c
@@ -224,7 +224,7 @@ static int w32_unicode_gui;
224 224
225/* From w32menu.c */ 225/* From w32menu.c */
226extern HMENU current_popup_menu; 226extern HMENU current_popup_menu;
227static int menubar_in_use = 0; 227int menubar_in_use = 0;
228 228
229/* From w32uniscribe.c */ 229/* From w32uniscribe.c */
230extern void syms_of_w32uniscribe (void); 230extern void syms_of_w32uniscribe (void);