Sync with trunk r63831.
[reactos.git] / dll / win32 / mciqtz32 / mciqtz_private.h
index 2fdef73..9ed972f 100644 (file)
@@ -23,7 +23,7 @@
 
 #define COBJMACROS
 
-#include "dshow.h"
+#include <dshow.h>
 
 typedef struct {
     MCIDEVICEID    wDevID;
@@ -31,6 +31,10 @@ typedef struct {
     BOOL           uninit;
     IGraphBuilder* pgraph;
     IMediaControl* pmctrl;
+    IMediaSeeking* seek;
+    IMediaEvent*   mevent;
+    IVideoWindow*  vidwin;
+    IBasicVideo*   vidbasic;
     DWORD          time_format;
     UINT           command_table;
     HWND parent;