amvideo.idl: Use proper IDirectDraw forward declaration.

This commit is contained in:
Jacek Caban 2012-11-19 11:27:58 +01:00 committed by Alexandre Julliard
parent d94b651519
commit d1607dbb30
1 changed files with 1 additions and 1 deletions

View File

@ -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;