diff options
Diffstat (limited to 'src/w32.c')
-rw-r--r-- | src/w32.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/w32.c b/src/w32.c index d81fdf3305d..53bf2e811e2 100644 --- a/src/w32.c +++ b/src/w32.c @@ -5960,8 +5960,7 @@ globals_of_w32 (void) get_process_times_fn = (GetProcessTimes_Proc) GetProcAddress (kernel32, "GetProcessTimes"); - QCloaded_from = intern_c_string (":loaded-from"); - staticpro (&QCloaded_from); + DEFSYM (QCloaded_from, ":loaded-from"); Vlibrary_cache = Qnil; staticpro (&Vlibrary_cache); |