Fix bootstrap on MS-Windows
* src/w32uniscribe.c (syms_of_w32uniscribe): Don't call 'syms_of_w32dwrite' here... * src/emacs.c (main): ...call it here. Reported by Andy Moreton <andrewjmoreton@gmail.com>.
This commit is contained in:
parent
e0b21b6c4d
commit
02510606f6
2 changed files with 1 additions and 1 deletions
|
@ -2472,6 +2472,7 @@ Using an Emacs configured with --with-x-toolkit=lucid does not have this problem
|
|||
#ifdef HAVE_W32NOTIFY
|
||||
syms_of_w32notify ();
|
||||
#endif /* HAVE_W32NOTIFY */
|
||||
syms_of_w32dwrite ();
|
||||
#endif /* WINDOWSNT */
|
||||
|
||||
syms_of_xwidget ();
|
||||
|
|
|
@ -1512,7 +1512,6 @@ static void syms_of_w32uniscribe_for_pdumper (void);
|
|||
void
|
||||
syms_of_w32uniscribe (void)
|
||||
{
|
||||
syms_of_w32dwrite ();
|
||||
pdumper_do_now_and_after_load (syms_of_w32uniscribe_for_pdumper);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue