X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/81606b10501169a5671061b8461bbc32dcec8705..3907e630a71d48e693062b350571990d7ba08bbb:/src/emacs.c?ds=sidebyside diff --git a/src/emacs.c b/src/emacs.c index c5d27a2885..2e580ea700 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -1287,6 +1287,7 @@ Using an Emacs configured with --with-x-toolkit=lucid does not have this problem #ifdef WINDOWSNT globals_of_w32 (); + globals_of_w32notify (); /* Initialize environment from registry settings. */ init_environment (argv); init_ntproc (dumping); /* must precede init_editfns. */ @@ -1452,6 +1453,7 @@ Using an Emacs configured with --with-x-toolkit=lucid does not have this problem #ifdef WINDOWSNT syms_of_ntterm (); + syms_of_w32notify (); #endif /* WINDOWSNT */ syms_of_profiler ();