* src/dispextern.h (erase_phys_cursor):
* src/keyboard.h (make_ctrl_char): Declare prototypes if HAVE_NTGUI.
+2013-12-11 Ken Brown <kbrown@cornell.edu>
+
+ * dispextern.h (erase_phys_cursor):
+ * keyboard.h (make_ctrl_char): Declare prototypes if HAVE_NTGUI.
+
2013-12-11 Dmitry Antipov <dmantipov@yandex.ru>
* nsterm.m (x_free_frame_resources):
enum draw_glyphs_face);
extern void get_phys_cursor_geometry (struct window *, struct glyph_row *,
struct glyph *, int *, int *, int *);
-#ifdef WINDOWSNT
+#if HAVE_NTGUI
extern void erase_phys_cursor (struct window *);
#endif
extern void display_and_set_cursor (struct window *, bool, int, int, int, int);
extern void clear_input_pending (void);
extern bool requeued_events_pending_p (void);
extern void bind_polling_period (int);
-#ifdef WINDOWSNT
+#if HAVE_NTGUI
extern int make_ctrl_char (int) ATTRIBUTE_CONST;
#endif
extern void stuff_buffered_input (Lisp_Object);