server: Widen lparam for timers.

This commit is contained in:
Ge van Geldorp 2006-07-10 08:58:35 +02:00 committed by Alexandre Julliard
parent 414c333652
commit a6df16396a

View file

@ -92,7 +92,7 @@ struct timer
user_handle_t win; /* window handle */
unsigned int msg; /* message to post */
unsigned int id; /* timer id */
unsigned int lparam; /* lparam for message */
unsigned long lparam; /* lparam for message */
};
struct thread_input