Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
64c37431
Commit
64c37431
authored
Mar 15, 2006
by
Juanma Barranquero
Browse files
(w32_init_fringe, w32_reset_fringes): Restore to being conditional on
HAVE_NTGUI, not WINDOWS_NT.
parent
ad21830e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/fringe.c
src/fringe.c
+3
-3
No files found.
src/fringe.c
View file @
64c37431
...
...
@@ -1689,10 +1689,10 @@ init_fringe ()
}
}
#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 @@ mac_init_fringe ()
}
#endif
#ifdef
WINDOWS_NT
#ifdef
HAVE_NTGUI
void
w32_reset_fringes
()
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment