Generic dynamic dll loader using dl*() API.
commit8220bc9d7d034069d10065e9c28b329d55417bfa
authorMarcus Meissner <marcus@jet.franken.de>
Sun, 11 Oct 1998 11:10:27 +0000 (11 11:10 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Sun, 11 Oct 1998 11:10:27 +0000 (11 11:10 +0000)
tree77c3176dda5777e0f4c5b27688762da521e7461c
parent8deb379f59b3b405acb6c99cfcff16ae8955e261
Generic dynamic dll loader using dl*() API.
Includes: stdcall->cdecl mapping ability, snooping.
(Tested only with glide2x.dll -> libglide2x.so)
configure
configure.in
include/config.h.in
include/module.h
include/pe_image.h
include/peexe.h
loader/Makefile.in
loader/elf.c [new file with mode: 0644]
loader/module.c
loader/pe_image.c