commit | 2654be08d514b1aa279bd3957e2964c5814f551d | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Wed Jan 11 20:20:32 2006 +0100 |
committer | Alexandre Julliard <julliard@winehq.org> | Wed Jan 11 20:20:32 2006 +0100 |
tree | eeb536a49364cabf4bde2f5b06abb898fef202ad | |
parent | 7114f8c3bdaa6d7f81b6658f49b8b44be494b7cf [diff] [blame] |
ntdll: Handle NtSetContextThread on the client side (as far as possible) when setting the context of the current thread.
diff --git a/server/thread.c b/server/thread.c index 507eed5..3ffbf85 100644 --- a/server/thread.c +++ b/server/thread.c
@@ -1132,6 +1132,7 @@ { set_thread_context( thread, get_req_data(), req->flags ); } + reply->self = (thread == current); release_object( thread ); }