diff options
Diffstat (limited to 'src/w32term.h')
| -rw-r--r-- | src/w32term.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/w32term.h b/src/w32term.h index 561a280b65f..fdf5f4420b8 100644 --- a/src/w32term.h +++ b/src/w32term.h | |||
| @@ -780,6 +780,7 @@ typedef char guichar_t; | |||
| 780 | #define GUI_SDATA(x) ((guichar_t*) SDATA (x)) | 780 | #define GUI_SDATA(x) ((guichar_t*) SDATA (x)) |
| 781 | 781 | ||
| 782 | extern Lisp_Object w32_popup_dialog (struct frame *, Lisp_Object, Lisp_Object); | 782 | extern Lisp_Object w32_popup_dialog (struct frame *, Lisp_Object, Lisp_Object); |
| 783 | extern void w32_arrow_cursor (void); | ||
| 783 | 784 | ||
| 784 | extern void syms_of_w32term (void); | 785 | extern void syms_of_w32term (void); |
| 785 | extern void syms_of_w32menu (void); | 786 | extern void syms_of_w32menu (void); |