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/tools/make_requests b/tools/make_requests index 9cad33f..df8506f 100755 --- a/tools/make_requests +++ b/tools/make_requests
@@ -31,9 +31,9 @@ "void*" => "%p", "time_t" => "%ld", "size_t" => "%d", - "obj_handle_t" => "%d", + "obj_handle_t" => "%p", "atom_t" => "%04x", - "user_handle_t" => "%08x", + "user_handle_t" => "%p", "process_id_t" => "%08x", "thread_id_t" => "%08x", "rectangle_t" => "&dump_rectangle",