kernel32: DLL entry point is no longer called with PEB lock held.

This commit is contained in:
Dmitry Timoshkov 2013-05-08 14:34:52 +09:00 committed by Alexandre Julliard
parent 094e465790
commit 94c7992f86
1 changed files with 0 additions and 4 deletions

View File

@ -1141,10 +1141,6 @@ static BOOL WINAPI dll_entry_point(HINSTANCE hinst, DWORD reason, LPVOID param)
DWORD ret;
ok(!inside_loader_lock, "inside_loader_lock should not be set\n");
/* FIXME: remove once Wine is fixed */
if (inside_peb_lock && reason == DLL_PROCESS_DETACH) todo_wine
ok(!inside_peb_lock, "inside_peb_lock should not be set\n");
else
ok(!inside_peb_lock, "inside_peb_lock should not be set\n");
switch (reason)