]> git.eshelyaron.com Git - emacs.git/commitdiff
(main) [WINDOWSNT]: Call init_xfns.
authorJason Rumney <jasonr@gnu.org>
Wed, 20 Mar 2002 21:31:03 +0000 (21:31 +0000)
committerJason Rumney <jasonr@gnu.org>
Wed, 20 Mar 2002 21:31:03 +0000 (21:31 +0000)
src/emacs.c

index 1667ed1244289c4793a7a04cc11cf5c1e6eb55d9..6f2d3e3f19538f0af563da8078f764e1c627dc0d 100644 (file)
@@ -1518,7 +1518,7 @@ main (argc, argv, envp)
   init_vmsproc ();     /* And this too.  */
 #endif /* VMS */
   init_sys_modes ();   /* Init system terminal modes (RAW or CBREAK, etc.).  */
-#ifdef HAVE_X_WINDOWS
+#if defined (HAVE_X_WINDOWS) || defined (WINDOWSNT)
   init_xfns ();
 #endif /* HAVE_X_WINDOWS */
   init_fns ();