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

Alexandre Julliard julliard at winehq.org
Wed May 8 15:48:20 CDT 2013


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

Author: Dmitry Timoshkov <dmitry at baikal.ru>
Date:   Wed May  8 14:34:52 2013 +0900

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

---

 dlls/kernel32/tests/loader.c |    4 ----
 1 files changed, 0 insertions(+), 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)




More information about the wine-cvs mailing list