ntdll: Thread creation control is now taken care by server.

This commit is contained in:
Dmitry Timoshkov 2013-05-13 16:47:30 +09:00 committed by Alexandre Julliard
parent bfcdf6df8e
commit 94336f1aab

View file

@ -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] );