diff options
Diffstat (limited to 'src/w32menu.c')
-rw-r--r-- | src/w32menu.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/w32menu.c b/src/w32menu.c index 7d91005f22d..38e1b506e09 100644 --- a/src/w32menu.c +++ b/src/w32menu.c @@ -30,6 +30,7 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ #include "buffer.h" #include "coding.h" /* for ENCODE_SYSTEM */ #include "menu.h" +#include "pdumper.h" /* This may include sys/types.h, and that somehow loses if this is not done before the other system files. */ @@ -1586,6 +1587,7 @@ syms_of_w32menu (void) globals_of_w32menu (); current_popup_menu = NULL; + PDUMPER_IGNORE (current_popup_menu); DEFSYM (Qdebug_on_next_call, "debug-on-next-call"); DEFSYM (Qunsupported__w32_dialog, "unsupported--w32-dialog"); |