Alexandre Julliard pushed to branch master at wine / wine
Commits: 1fd0a9b8 by Jinoh Kang at 2025-02-18T13:56:25+01:00 kernel32/tests: Add basic tests for internal flags of modules loaded with DONT_RESOLVE_DLL_REFERENCES.
- - - - - 99e91f1c by Jinoh Kang at 2025-02-18T13:56:25+01:00 kernel32/tests: Test for unexpected LDR_PROCESS_ATTACHED flag in import dependency loaded with DONT_RESOLVE_DLL_REFERENCES.
- - - - - 65c11e22 by Jinoh Kang at 2025-02-18T13:56:25+01:00 kernel32/tests: Test for unexpected loader notification for import dependency loaded with DONT_RESOLVE_DLL_REFERENCES.
- - - - - 393406d9 by Jinoh Kang at 2025-02-18T13:56:25+01:00 ntdll: Skip DLL initialization and ldr notification entirely if DONT_RESOLVE_DLL_REFERENCES is set.
- - - - - 2346cfd4 by Jinoh Kang at 2025-02-18T13:56:25+01:00 ntdll: Remove redundant LDR_DONT_RESOLVE_REFS checks before calling process_attach().
This is now checked by process_attach() itself.
- - - - -
3 changed files:
- dlls/kernel32/tests/loader.c - dlls/kernel32/tests/module.c - dlls/ntdll/loader.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/14cb27826ced5129f7b7f9f11c57cc...