summaryrefslogtreecommitdiffstats
path: root/loader/dshow/inputpin.c
diff options
context:
space:
mode:
Diffstat (limited to 'loader/dshow/inputpin.c')
-rw-r--r--loader/dshow/inputpin.c29
1 files changed, 11 insertions, 18 deletions
diff --git a/loader/dshow/inputpin.c b/loader/dshow/inputpin.c
index 9f0c50322b..9578674ada 100644
--- a/loader/dshow/inputpin.c
+++ b/loader/dshow/inputpin.c
@@ -1,5 +1,5 @@
#include "inputpin.h"
-#include <wine/winerror.h>
+#include "wine/winerror.h"
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
@@ -49,24 +49,17 @@ class CEnumPins: public IEnumPins
public:
CEnumPins(IPin*, IPin* =0);
~CEnumPins(){delete vt;}
- static long STDCALL Next (
- IEnumPins * This,
- /* [in] */ unsigned long cMediaTypes,
- /* [size_is][out] */ IPin **ppMediaTypes,
- /* [out] */ unsigned long *pcFetched);
-
- static long STDCALL Skip (
- IEnumPins * This,
- /* [in] */ unsigned long cMediaTypes);
-
- static long STDCALL Reset (
- IEnumPins * This);
-
- static long STDCALL Clone (
- IEnumPins * This,
- /* [out] */ IEnumPins **ppEnum);
-
+ static long STDCALL Next (IEnumPins * This,
+ /* [in] */ unsigned long cMediaTypes,
+ /* [size_is][out] */ IPin **ppMediaTypes,
+ /* [out] */ unsigned long *pcFetched);
+ static long STDCALL Skip (IEnumPins * This,
+ /* [in] */ unsigned long cMediaTypes);
+ static long STDCALL Reset (IEnumPins * This);
+ static long STDCALL Clone (IEnumPins * This,
+ /* [out] */ IEnumPins **ppEnum);
};
+
GUID CEnumPins::interfaces[]=
{
IID_IUnknown,