On Mon, Oct 18, 2010 at 3:26 PM, Aric Stewart aric@codeweavers.com wrote:
dlls/winegstreamer/regsvr.c | 951 +++++++++++++++++++
Please consider IRegistrar or inf file based registration instead, regsvr.c is the worst way to support DLL registration, especially if you have to customize it the way you have.
Damjan