Commit 3a95fe84 authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

ddrawex: COM cleanup for the IDirectDraw4 iface.

parent eb850bf5
...@@ -59,7 +59,7 @@ typedef struct ...@@ -59,7 +59,7 @@ typedef struct
IDirectDraw IDirectDraw_iface; IDirectDraw IDirectDraw_iface;
IDirectDraw2 IDirectDraw2_iface; IDirectDraw2 IDirectDraw2_iface;
IDirectDraw3 IDirectDraw3_iface; IDirectDraw3 IDirectDraw3_iface;
const IDirectDraw4Vtbl *IDirectDraw4_Vtbl; IDirectDraw4 IDirectDraw4_iface;
LONG ref; LONG ref;
/* The interface we're forwarding to */ /* The interface we're forwarding to */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment