- 
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.