Added wine_dll_get_owner function that retrieves the 32-bit dll
commit7984ded712d3d0f1bb534df2481a4b8d9f24f7ac
authorAlexandre Julliard <julliard@winehq.org>
Fri, 2 Jan 2004 21:08:05 +0000 (2 21:08 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 2 Jan 2004 21:08:05 +0000 (2 21:08 +0000)
tree2c972f7b281d9232204fc5a4565171cb04d24301
parent03b47d211884f554e37f5f22b7190f0c3a89c8d8
Added wine_dll_get_owner function that retrieves the 32-bit dll
containing a given 16-bit dll by reading the symlink, so that we don't
need to dlopen it.
include/wine/library.h
libs/wine/loader.c
libs/wine/wine.def