Added a file_exists argument to wine_dll_load to allow checking
authorAlexandre Julliard <julliard@winehq.org>
Thu, 3 Jul 2003 18:23:10 +0000 (18:23 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 3 Jul 2003 18:23:10 +0000 (18:23 +0000)
commit8ca7e0af781e26f59dcfe9dcbfd3b4a68093d581
treef6664c12678481a237f431ef67740e40af27f6f8
parentd55e7f1e9b5909e37115da3623f5ea0350c905b3
Added a file_exists argument to wine_dll_load to allow checking
whether a failed dll load is because the file didn't exist; more
robust than trying to guess the contents of the error string...
Get rid of BUILTIN32_dlopen.
if1632/builtin.c
include/module.h
include/wine/library.h
libs/wine/loader.c
relay32/builtin32.c
scheduler/process.c