Sweden-Number/loader
Alexandre Julliard 886604c715 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).
2000-12-05 21:17:59 +00:00
..
dos Fixed some issues found by winapi_check. 2000-12-01 23:53:46 +00:00
ne Added ASCII-only version of toupper, tolower, strcasecmp and the like 2000-12-03 03:14:29 +00:00
.cvsignore Don't create thunk for task signal proc, call it directly. 1999-09-20 18:48:29 +00:00
Makefile.in Moved $(MODULE).o rule out of Make.rules into the individual 2000-09-29 00:28:25 +00:00
elf.c Always pass lower-case filenames to wine_dll_load(). 2000-12-05 21:17:59 +00:00
elfdll.c Removed some unnecessary includes. 2000-12-01 21:32:55 +00:00
loadorder.c Added ASCII-only version of toupper, tolower, strcasecmp and the like 2000-12-03 03:14:29 +00:00
main.c Removed shell.h. Cleaned up the nested includes mess in wine/obj_*.h. 2000-09-26 00:00:55 +00:00
module.c Added ASCII-only version of toupper, tolower, strcasecmp and the like 2000-12-03 03:14:29 +00:00
pe_image.c Better error message for forwards. 2000-12-05 21:11:35 +00:00
pe_resource.c Removed some unnecessary includes. 2000-12-01 21:32:55 +00:00
resource.c Added/modified documentation for function arguments. 2000-12-02 23:44:59 +00:00
task.c Added/modified documentation for function arguments. 2000-12-01 23:58:28 +00:00