Move all common Dll[un]RegisterServer stuff to advapi

James Hawkins truiken at gmail.com
Thu Jun 22 16:51:18 CDT 2006


On 6/22/06, Vijay Kiran Kamuju <infyquest at gmail.com> wrote:
> Most of the dlls which have implemented the above functions
> are importing advapi, because all/most of the Reg*Key functions are
> implemented in advapi
>
> I think this makes no difference to the existing dlls.
>

You misunderstood what I said.  There's nothing wrong with a dll
importing advapi32 exports.  What you want to do would require
*adding* an export to advapi32 that is not in native advapi32, which
is wrong.

-- 
James Hawkins



More information about the wine-devel mailing list