From: Paul Eggert Date: Mon, 16 May 2011 05:17:23 +0000 (-0700) Subject: * w32menu.c: Change 'unsigned long' to 'Time' in #if-0 code. X-Git-Tag: emacs-pretest-24.0.90~104^2~618^2~239^2~17 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=07156b3538e4de0baec3adbe498673f92c34fd90;p=emacs.git * w32menu.c: Change 'unsigned long' to 'Time' in #if-0 code. --- diff --git a/src/w32menu.c b/src/w32menu.c index ca763b553cf..e2f6de7f0c8 100644 --- a/src/w32menu.c +++ b/src/w32menu.c @@ -146,7 +146,7 @@ otherwise it is "Question". */) FRAME_PTR new_f = SELECTED_FRAME (); Lisp_Object bar_window; enum scroll_bar_part part; - unsigned long time; + Time time; Lisp_Object x, y; (*mouse_position_hook) (&new_f, 1, &bar_window, &part, &x, &y, &time);