mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
ntdll: Thread creation control is now taken care by server.
This commit is contained in:
parent
bfcdf6df8e
commit
94336f1aab
1 changed files with 0 additions and 2 deletions
|
@ -461,8 +461,6 @@ NTSTATUS WINAPI RtlCreateUserThread( HANDLE process, const SECURITY_DESCRIPTOR *
|
|||
return result.create_thread.status;
|
||||
}
|
||||
|
||||
if (RtlDllShutdownInProgress()) return STATUS_ACCESS_DENIED;
|
||||
|
||||
if (server_pipe( request_pipe ) == -1) return STATUS_TOO_MANY_OPENED_FILES;
|
||||
wine_server_send_fd( request_pipe[0] );
|
||||
|
||||
|
|
Loading…
Reference in a new issue