server: Remove out of date comment.
Signed-off-by: Qian Hong <qhong@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
a19fe8d9c8
commit
499f0454c9
|
@ -2076,7 +2076,7 @@ void queue_cleanup_window( struct thread *thread, user_handle_t win )
|
|||
thread_input_cleanup_window( queue, win );
|
||||
}
|
||||
|
||||
/* post a message to a window; used by socket handling */
|
||||
/* post a message to a window */
|
||||
void post_message( user_handle_t win, unsigned int message, lparam_t wparam, lparam_t lparam )
|
||||
{
|
||||
struct message *msg;
|
||||
|
|
Loading…
Reference in New Issue