* src/w32.c (globals_of_w32): Move re-initialization of
Vlibrary_cache from here...
* src/emacs.c (main): ...to here, as it must be after load_pdump.
(Bug#71916)
(cherry picked from commit
3eaf1abbff8347c43fb0949bbe3806ab909cb54e)
init_atimer ();
#ifdef WINDOWSNT
+ /* We need to forget about libraries that were loaded during the
+ dumping process (e.g. libgccjit). This must be done _after_
+ load_pdump. */
+ Vlibrary_cache = Qnil;
#ifdef HAVE_W32NOTIFY
globals_of_w32notify ();
#endif
#endif
w32_crypto_hprov = (HCRYPTPROV)0;
-
- /* We need to forget about libraries that were loaded during the
- dumping process (e.g. libgccjit) */
- Vlibrary_cache = Qnil;
}
/* For make-serial-process */