commit | b3332d74b0f42c76fba1c5edf64e85f22fbb4124 | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Sat Oct 19 01:00:59 2002 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Sat Oct 19 01:00:59 2002 +0000 |
tree | fe55d0ecb18453db6d890235b1a23ae470d3d5b2 | |
parent | 8417027c1ed8bf2f48340ded6329b47663fe9988 [diff] [blame] |
Converted the server to -DSTRICT.
diff --git a/server/queue.c b/server/queue.c index a4c8b1a..a6320b7 100644 --- a/server/queue.c +++ b/server/queue.c
@@ -608,7 +608,7 @@ static void thread_input_dump( struct object *obj, int verbose ) { struct thread_input *input = (struct thread_input *)obj; - fprintf( stderr, "Thread input focus=%x capture=%x active=%x\n", + fprintf( stderr, "Thread input focus=%p capture=%p active=%p\n", input->focus, input->capture, input->active ); }