22 Jun
2006
22 Jun
'06
9:40 p.m.
On 6/22/06, Vijay Kiran Kamuju <infyquest(a)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