Mercurial > emacs
changeset 87278:153b9f19471f
(WINDOWS_NT): Fix incorrect spelling of WINDOWSNT.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Fri, 14 Dec 2007 11:56:30 +0000 |
parents | 34b7f7a49003 |
children | 44ea0e3a2a27 |
files | src/dispextern.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/dispextern.h Fri Dec 14 07:38:58 2007 +0000 +++ b/src/dispextern.h Fri Dec 14 11:56:30 2007 +0000 @@ -2772,7 +2772,7 @@ int update_window_fringes P_ ((struct window *, int)); void compute_fringe_widths P_ ((struct frame *, int)); -#ifdef WINDOWS_NT +#ifdef WINDOWSNT void w32_init_fringe P_ ((struct redisplay_interface *)); void w32_reset_fringes P_ ((void)); #endif