diff options
author | Kazuhiro Ito <kzhr@d1.dion.ne.jp> | 2013-11-14 19:43:49 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2013-11-14 19:43:49 +0200 |
commit | c9f630705d1f24c326f6ddaf28426efbce99788f (patch) | |
tree | 86f47e6d5632ebe6c0946e7a66256f500b2b1e6c /src/xdisp.c | |
parent | 0d5363c4cdc0de80137744f2c2445606042cf2cd (diff) |
Fix bug #15892 with link failures of the Cygwin w32 build.
src/keyboard.c (make_ctrl_char) [HAVE_NTGUI]: Now externally visible
for Cygwin w32 build.
src/xdisp.c (erase_phys_cursor) [HAVE_NTGUI]: Now externally visible
for Cygwin w32 build.
Diffstat (limited to 'src/xdisp.c')
-rw-r--r-- | src/xdisp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xdisp.c b/src/xdisp.c index d6269f2441..47855a1de3 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -26345,7 +26345,7 @@ draw_phys_cursor_glyph (struct window *w, struct glyph_row *row, /* Erase the image of a cursor of window W from the screen. */ -#ifndef WINDOWSNT +#ifndef HAVE_NTGUI static #endif void |