diff options
| author | Martin Rudalics | 2014-07-25 11:29:23 +0200 |
|---|---|---|
| committer | Martin Rudalics | 2014-07-25 11:29:23 +0200 |
| commit | c3dfb46e1c4ee289c0c2b8f6454aba3480e8f1de (patch) | |
| tree | 2fe3b32ecfa524273dd2ed8f4b79e3c43c22291b /src/w32fns.c | |
| parent | 2d471498f69c912f25820d6dd8557be549762081 (diff) | |
| download | emacs-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.c | 2 |
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 */ |
| 226 | extern HMENU current_popup_menu; | 226 | extern HMENU current_popup_menu; |
| 227 | static int menubar_in_use = 0; | 227 | int menubar_in_use = 0; |
| 228 | 228 | ||
| 229 | /* From w32uniscribe.c */ | 229 | /* From w32uniscribe.c */ |
| 230 | extern void syms_of_w32uniscribe (void); | 230 | extern void syms_of_w32uniscribe (void); |