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.
+2013-11-14 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
+
+ * keyboard.c (make_ctrl_char) [HAVE_NTGUI]: Now externally visible
+ for Cygwin w32 build.
+
+ * xdisp.c (erase_phys_cursor) [HAVE_NTGUI]: Now externally visible
+ for Cygwin w32 build. (Bug#15892)
+
2013-11-14 Paul Eggert <eggert@cs.ucla.edu>
Simplify, port and tune bool vector implementation.
\f
/* Apply the control modifier to CHARACTER. */
-#ifndef WINDOWSNT
+#ifndef HAVE_NTGUI
static
#endif
int
/* Erase the image of a cursor of window W from the screen. */
-#ifndef WINDOWSNT
+#ifndef HAVE_NTGUI
static
#endif
void