win32u: Add missing return in NtUserExitingThread implementation.
Signed-off-by: Jacek Caban <jacek@codeweavers.com> Signed-off-by: Huw Davies <huw@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
2ad18d3992
commit
6062065723
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue