qcap patch

2012-03-16 Thread Christian Costa
Forget my qcap patch. It's the wrong one and I need to add missing CLSID defines in some headers first.

Re: [QCAP] patch 3, Adding enumMediaType object

2005-05-11 Thread Christian Costa
Robert Shearman wrote: Rolf Kalbermatter wrote: Changelog - dlls/qcap/Makefile.in - dlls/qcap/qcap_main.h dlls/qcap/enummedia.c Add IEnumMediaType object for use by other class objects. This is taken from quartz with only minor adaptions. We should be putting these files into a st

Re: [QCAP] patch 3, Adding enumMediaType object

2005-05-10 Thread Robert Shearman
Rolf Kalbermatter wrote: Changelog - dlls/qcap/Makefile.in - dlls/qcap/qcap_main.h dlls/qcap/enummedia.c Add IEnumMediaType object for use by other class objects. This is taken from quartz with only minor adaptions. We should be putting these files into a static library that we ca

Re: [QCAP] patch 4, Adding enumPins object

2005-05-10 Thread Paul Vriens
> Changelog > - dlls/qcap/Makefile.in > - dlls/qcap/enumpins.c > Add IEnumPins object for use by other class objects. This is taken > from quartz with only minor adaptions. > > Rolf Kalbermatter > > > +WINE_DEFAULT_DEBUG_CHANNEL(quartz); Shouldn't that be qcap ? Cheers, Paul.