emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/fringe.c


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/src/fringe.c
Date: Wed, 15 Mar 2006 10:48:26 +0000

Index: emacs/src/fringe.c
diff -u emacs/src/fringe.c:1.39 emacs/src/fringe.c:1.40
--- emacs/src/fringe.c:1.39     Wed Mar 15 07:55:45 2006
+++ emacs/src/fringe.c  Wed Mar 15 10:48:26 2006
@@ -1689,10 +1689,10 @@
     }
 }
 
-#if defined (WINDOWS_NT) || defined (MAC_OS)
+#if defined (HAVE_NTGUI) || defined (MAC_OS)
 
 void
-#ifdef WINDOWS_NT
+#ifdef HAVE_NTGUI
 w32_init_fringe ()
 #else  /* MAC_OS */
 mac_init_fringe ()
@@ -1711,7 +1711,7 @@
 }
 #endif
 
-#ifdef WINDOWS_NT
+#ifdef HAVE_NTGUI
 void
 w32_reset_fringes ()
 {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]