[4/5] kernel32: DLL entry point is no more called with PEB lock held.

Dmitry Timoshkov dmitry at baikal.ru
Wed May 8 00:34:52 CDT 2013


---
 dlls/kernel32/tests/loader.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/dlls/kernel32/tests/loader.c b/dlls/kernel32/tests/loader.c
index 31b91c6..5abcb76 100644
--- a/dlls/kernel32/tests/loader.c
+++ b/dlls/kernel32/tests/loader.c
@@ -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)
-- 
1.8.2.2




More information about the wine-patches mailing list