Always pass lower-case filenames to wine_dll_load().
commit886604c7159d044f0eab167ffb05038e16bf7110
authorAlexandre Julliard <julliard@winehq.org>
Tue, 5 Dec 2000 21:17:59 +0000 (5 21:17 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 5 Dec 2000 21:17:59 +0000 (5 21:17 +0000)
tree72b288e7427bea8e1ddf78c5baf9ef9b7a8d4589
parent01eeb01f0b4801ea984ce32733b70eb874afae09
Always pass lower-case filenames to wine_dll_load().
Clear dlerror() before and after calls to dlopen/dlsym to work around
a glibc bug (thanks to James Abbatiello for tracking the bug).
dlls/odbc32/proxyodbc.c
if1632/builtin.c
library/loader.c
loader/elf.c
relay32/builtin32.c