]> code.delx.au - gnu-emacs/blobdiff - src/w32inevt.h
Merge from origin/emacs-24
[gnu-emacs] / src / w32inevt.h
index 070d1ad7b03bf372bf857fea10ba76d64688151e..4677c3eb5f87b22d7f79a976423ae9b48e7e793b 100644 (file)
@@ -1,5 +1,5 @@
 /* Input routines for GNU Emacs on the Microsoft Windows API.
-   Copyright (C) 1995, 2001-2013 Free Software Foundation, Inc.
+   Copyright (C) 1995, 2001-2015 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
@@ -27,6 +27,6 @@ extern void w32_console_mouse_position (struct frame **f, int insist,
                                        Lisp_Object *bar_window,
                                        enum scroll_bar_part *part,
                                        Lisp_Object *x, Lisp_Object *y,
-                                       unsigned long *time);
+                                       Time *time);
 
 #endif /* EMACS_W32INEVT_H */