- implementation of LdrLoadDll out of loader/module.c
commit32872b1a570b4a3bae9fa9d6295c2ad54a65766a
authorEric Pouech <eric.pouech@wanadoo.fr>
Fri, 14 Mar 2003 05:01:20 +0000 (14 05:01 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 14 Mar 2003 05:01:20 +0000 (14 05:01 +0000)
tree6427bb766587cf7034b02471b9c2d028fe07d538
parent4550b8b7cfb5cbfc3f669e5111697ad3c5bd2131
- implementation of LdrLoadDll out of loader/module.c
- in impacted functions, ensure that we only use ntdll functions
- for internal loading, start using NTDLL style for error reporting
- making use of new LdrLoadDll
dlls/ntdll/loader.c
dlls/ntdll/ntdll.spec
dlls/ntdll/ntdll_misc.h
include/module.h
include/winternl.h
loader/module.c
loader/pe_image.c
relay32/builtin32.c