Commit 60620657 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

win32u: Add missing return in NtUserExitingThread implementation.

parent 2ad18d39
......@@ -4643,6 +4643,7 @@ ULONG_PTR WINAPI NtUserCallNoParam( ULONG code )
/* temporary exports */
case NtUserExitingThread:
exiting_thread_id = GetCurrentThreadId();
return 0;
case NtUserThreadDetach:
thread_detach();
return 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment