mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-02-05 14:40:42 +08:00
d16e7cb1bb
fail if it is unable to physically load the library. Sadly, LoadLibrary will search the loaded libraries for a match and return one of them if the path search load fails. Simulate a failure in this case for compatibility with the other APIs. Also, LoadLibrary takes the liberty of adding `.dll' to library names passed without an extension, we now add a trailing `.' to prevent this from happening. |
||
---|---|---|
.. | ||
.cvsignore | ||
acconfig.h | ||
configure.in | ||
COPYING.LIB | ||
ltdl.c | ||
ltdl.h | ||
Makefile.am | ||
README |
This is GNU libltdl, a system independent dlopen wrapper for GNU libtool.