Skip to content
Snippets Groups Projects
Commit d1607dbb authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard
Browse files

amvideo.idl: Use proper IDirectDraw forward declaration.

parent d94b6515
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment