On Thu, 9 Jan 2003, John K. Hohm wrote: [...]
Okay, we'll start with the duplication. :-|
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?
Could it be done byt putting the required functions in a single header ala 'include/wine/test.h'? This way it would be duplicated... but not really.