amvideo.idl: Use proper IDirectDraw forward declaration.
This commit is contained in:
parent
d94b651519
commit
d1607dbb30
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue