Move all common Dll[un]RegisterServer stuff to advapi

James Hawkins truiken at gmail.com
Thu Jun 22 16:40:01 CDT 2006


On 6/22/06, Vijay Kiran Kamuju <infyquest at gmail.com> wrote:
> Hi All,
>
> I would like to move all the helper functions register_coclass,etc to
> a separate file in advapi.dll called regsvr_helper.c and all
> declarations of structs, consts moved to a separate file called,
> wineregsvr.h in include/wine
>
> So that it would be easy for other dlls to implement the
> DllRegisterServer and DllUnRegisterServer.
> And also clean up the code base.
>
> I need your suggestions, before i submit patches.
>

That would require at least one extra import from advapi32, which is
not a good idea.  We're trying to separate connections between dlls
and extra exports, not create new ones.

-- 
James Hawkins



More information about the wine-devel mailing list