* w32menu.c: Change 'unsigned long' to 'Time' in #if-0 code.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 16 May 2011 05:17:23 +0000 (22:17 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 16 May 2011 05:17:23 +0000 (22:17 -0700)
src/w32menu.c

index ca763b5..e2f6de7 100644 (file)
@@ -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);