-
5e50024e
by Paul Gofman at 2026-01-15T15:06:50+01:00
ntdll: Fix LdrLoadDll() prototype.
-
a44ea8cd
by Paul Gofman at 2026-01-15T15:06:50+01:00
ntdll: Handle search flags in LdrLoadDll().
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54300
-
2ea05ade
by Paul Gofman at 2026-01-15T15:06:50+01:00
kernel32/tests: Add tests for LdrLoadDll().
-
b9bbb3c4
by Paul Gofman at 2026-01-15T15:06:50+01:00
ntdll: Use LDR_DONT_RESOLVE_REFS instead of DONT_RESOLVE_DLL_REFERENCES.
-
8c1dcfc7
by Paul Gofman at 2026-01-15T15:06:50+01:00
ntdll: Don't fill output handle on error in LdrLoadDll().
-
2307d8e1
by Paul Gofman at 2026-01-15T15:06:50+01:00
kernelbase: Pass search flags instead of path to LdrLoadDll().