Fix fallout on MinGW64 from the previous commit.
commitd4dfe4ea85328f7afd288cd43e141430db33e4e8
authorEli Zaretskii <eliz@gnu.org>
Wed, 24 Sep 2014 10:06:53 +0000 (24 13:06 +0300)
committerEli Zaretskii <eliz@gnu.org>
Wed, 24 Sep 2014 10:06:53 +0000 (24 13:06 +0300)
treed3091cc82bfc7270cba859e6ea7e693a1a8391c1
parent4b930ccbb4fc4b848f318e09eddd172c2acf9b9b
Fix fallout on MinGW64 from the previous commit.

 src/systime.h (Time): Define as size_t, to be consistent with 64-bit
 Windows builds, where 'long' is a 32-bit type.
 src/w32inevt.h (w32_console_mouse_position): Update the argument
 types to use 'Time'.
 src/w32term.c (w32_mouse_position)
 (x_horizontal_scroll_bar_report_motion)
 (x_scroll_bar_report_motion): Update the argument types to use
 'Time'.
src/ChangeLog
src/systime.h
src/w32inevt.h
src/w32term.c