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

Alexandre Julliard julliard at winehq.org
Fri May 17 14:24:33 CDT 2013


Module: wine
Branch: master
Commit: 94336f1aabebac164764b838ccd92b0b9a55c8b1
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=94336f1aabebac164764b838ccd92b0b9a55c8b1

Author: Dmitry Timoshkov <dmitry at baikal.ru>
Date:   Mon May 13 16:47:30 2013 +0900

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

---

 dlls/ntdll/thread.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/dlls/ntdll/thread.c b/dlls/ntdll/thread.c
index 4499afa..01a8026 100644
--- a/dlls/ntdll/thread.c
+++ b/dlls/ntdll/thread.c
@@ -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] );
 




More information about the wine-cvs mailing list