]> git.ipfire.org Git - thirdparty/libtool.git/commit
* libltdl/ltdl.c (sys_wll_open): libltdl expects this function to
authorGary V. Vaughan <gary@gnu.org>
Wed, 16 Jun 1999 14:58:45 +0000 (14:58 +0000)
committerGary V. Vaughan <gary@gnu.org>
Wed, 16 Jun 1999 14:58:45 +0000 (14:58 +0000)
commit515998e7cc851992163ef305410649ba11ef2204
tree0a240497cf3fe44c4e7e40b8b552d1b499b9d5bb
parent5d4c7c669bc55df30b1587f2bee74abcfb09c280
* libltdl/ltdl.c (sys_wll_open): libltdl expects this function to
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.
ChangeLog
libltdl/ltdl.c