Nikolay Sivov
|
ed65fc7ced
|
quartz: Explicitly compare to HRESULT values.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-01-03 20:04:35 +01:00 |
Thomas Faber
|
1236f52d19
|
quartz: Fix IEnumFiltersImpl memory leak.
|
2014-07-29 14:32:47 -05:00 |
Alessandro Pignotti
|
ea16925d8c
|
quartz: IEnumFiltersImpl needs to access data from IGraphFilterImpl.
|
2013-02-25 10:40:40 +01:00 |
Michael Stefaniuc
|
70f1c34300
|
quartz: Use an iface instead of a vtbl pointer in IEnumFiltersImpl.
|
2010-12-09 12:20:42 +01:00 |
Jerome Leclanche
|
1db85c132e
|
quartz: Properly return E_POINTER when ppFilters is null.
|
2010-05-03 17:20:58 +02:00 |
Michael Stefaniuc
|
cc7fc4abef
|
quartz: Remove superfluous pointer casts.
|
2009-01-29 14:06:01 +01:00 |
Hans Leidekker
|
cfbb859f59
|
quartz: Win64 printf format warning fixes.
|
2006-10-13 12:08:41 +02:00 |
Jonathan Ernst
|
360a3f9142
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
Mike McCormack
|
bda7ace2e9
|
Interlocked LONG* gcc warning fixes.
|
2005-07-13 11:59:15 +00:00 |
Paul Vriens
|
c6559a104c
|
- Use Interlocked* functions in AddRef and Release.
- Store the result of the Interlocked functions and use only this.
|
2005-01-06 19:36:47 +00:00 |
Alexandre Julliard
|
f5f7a1822c
|
Removed some more uses of the non-standard ICOM_THIS macro.
|
2004-09-08 01:50:37 +00:00 |
Alexandre Julliard
|
f714b39762
|
Get rid of the no longer used ICOM_MSVTABLE_COMPAT_DummyRTTIVALUE
macro.
|
2004-08-23 19:39:48 +00:00 |
Christian Costa
|
b0c9f6a34d
|
Implemented IFilterGraphImpl_EnumFilters and IEnumFilters interface.
Renamed constructor of IEnumRegFilters interface.
Small fix in IFilterMapper_EnumMatchingFilters.
|
2004-03-04 06:07:30 +00:00 |