commit | 09029b2878fe2d16653fe51542cf162446c04ce7 | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Fri Jul 11 04:09:42 2003 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Fri Jul 11 04:09:42 2003 +0000 |
tree | 214e3d75862ca2077a639be4f5f444a0b8f5331c | |
parent | 17c69c65aac54b589d31b323f863e8565a45202c [diff] [blame] |
Implemented the SMTO_ABORTIFHUNG flag of SendMessageTimeout.
diff --git a/server/trace.c b/server/trace.c index 58cec6b..5c7970c 100644 --- a/server/trace.c +++ b/server/trace.c
@@ -1834,6 +1834,7 @@ { fprintf( stderr, " id=%04x,", req->id ); fprintf( stderr, " type=%d,", req->type ); + fprintf( stderr, " flags=%d,", req->flags ); fprintf( stderr, " win=%p,", req->win ); fprintf( stderr, " msg=%08x,", req->msg ); fprintf( stderr, " wparam=%08x,", req->wparam );