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/process.c b/server/process.c index 9a0ed20..a590b4c 100644 --- a/server/process.c +++ b/server/process.c
@@ -386,7 +386,7 @@ struct startup_info *info = (struct startup_info *)obj; assert( obj->ops == &startup_info_ops ); - fprintf( stderr, "Startup info flags=%x in=%d out=%d err=%d\n", + fprintf( stderr, "Startup info flags=%x in=%p out=%p err=%p\n", info->create_flags, info->hstdin, info->hstdout, info->hstderr ); }