Registering DLL's

Alexandre Julliard julliard at winehq.com
Thu Jan 9 14:38:50 CST 2003


"John K. Hohm" <jhohm at acm.org> writes:

> When I prepare a patch including the shared regsvr.h and regsvr.c, should I 
> include them everywhere they're needed (repeating them in the patch multiple 
> times), or just add a note like "Hey Alexandre, do a cp regsvr.[hc] ...", or 
> maybe should I always submit the changes as separate patches for each dll?

Please do it in one dll only for now and submit that; once it's tested
and integrated we can start copying it around. Also I'd suggest
putting the Dll(Un)RegisterServer functions in the same .c file so
that you don't need a .h at all, this way there will be less
duplication.

-- 
Alexandre Julliard
julliard at winehq.com



More information about the wine-devel mailing list