From d1607dbb308147abc2ac2aec0f56620d1f7e6c44 Mon Sep 17 00:00:00 2001 From: Jacek Caban Date: Mon, 19 Nov 2012 11:27:58 +0100 Subject: [PATCH] amvideo.idl: Use proper IDirectDraw forward declaration. --- include/amvideo.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/amvideo.idl b/include/amvideo.idl index ad9205506c1..f3dc45fb29e 100644 --- a/include/amvideo.idl +++ b/include/amvideo.idl @@ -21,7 +21,7 @@ import "objidl.idl"; /* trick widl into thinking that it knows the DirectDraw types * as there is no IDL file for them (yet) */ cpp_quote("#if 0") -typedef void IDirectDraw; +interface IDirectDraw; typedef void DDSURFACEDESC,DDCAPS; typedef DWORD RGBQUAD; typedef LONGLONG REFERENCE_TIME;