Advice please. adding a MODULE_LoadLibraryExA argument

Alexandre Julliard julliard at winehq.com
Tue Aug 14 13:43:24 CDT 2001


"Bill Medland" <medbi01 at accpac.com> writes:

> The way I would prefer would be to add an argument to all the functions in
> the recursion and use that to carry the name around.
>   MODULE_LoadLibraryExA
>   PE_LoadLibraryExA
>   ELF_LoadLibraryExA
>   PE_CreateModule
>   fixup_imports
> 
> Any objections?

This won't work for builtin dlls, you cannot pass an argument into
dlopen(). This is not a problem for builtins themselves since they are
not searched the same way, but it may break if a builtin imports a
native dll.

-- 
Alexandre Julliard
julliard at winehq.com




More information about the wine-devel mailing list