Signed-off-by: Jacek Caban jacek@codeweavers.com --- This ensures that handle validity is consistent between user32 and server. Without this patch, during the time between destroy_thread_windows() and server noticing that the thread is actually destroyed, the state is inconsistent.
dlls/user32/win.c | 9 +++++++++ server/window.c | 9 +++++++-- 2 files changed, 16 insertions(+), 2 deletions(-)