kernel32: DLL entry point is no longer called with PEB lock held.
This commit is contained in:
parent
094e465790
commit
94c7992f86
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue