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:
Qian Hong 2015-11-20 10:41:26 +08:00 committed by Alexandre Julliard
parent a19fe8d9c8
commit 499f0454c9
1 changed files with 1 additions and 1 deletions

View File

@ -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;