Re: Move all common Dll[un]RegisterServer stuff to advapi

2006-06-23 Thread Mike Hearn
On Thu, 22 Jun 2006 15:58:58 -0700, James Hawkins wrote: The imports for current dlls concerning advapi32 are fine; no need to change to delay import. I understand where you're going with moving factoring out registration, it's just that advapi32 is not the place. I'm not sure where else you

Move all common Dll[un]RegisterServer stuff to advapi

2006-06-22 Thread Vijay Kiran Kamuju
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

Re: Move all common Dll[un]RegisterServer stuff to advapi

2006-06-22 Thread James Hawkins
On 6/22/06, Vijay Kiran Kamuju [EMAIL PROTECTED] 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

Re: Move all common Dll[un]RegisterServer stuff to advapi

2006-06-22 Thread Vijay Kiran Kamuju
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. Thanks, Vijay On 6/22/06, James Hawkins [EMAIL PROTECTED] wrote: On 6/22/06, Vijay Kiran