Reorganized PE module loading to prepare for elf-dll loader.
commitffa2c6f9ba6fe5ab54d58076cb3f022fc65a23ee
authorUlrich Weigand <weigand@informatik.uni-erlangen.de>
Fri, 18 Dec 1998 15:38:15 +0000 (18 15:38 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 18 Dec 1998 15:38:15 +0000 (18 15:38 +0000)
treecbe0560befe3354a0391509f62f445eff2daab59
parent4d6248baf128cdbcdfc62ec9d4a5f1e6cbf162fe
Reorganized PE module loading to prepare for elf-dll loader.
WINE_MODREF creation moved to one central location.
Bugfix: correctly select native/built-in version if .DLL
extension is missing in LoadLibrary call.
include/module.h
include/pe_image.h
loader/module.c
loader/pe_image.c
relay32/builtin32.c