Browse Source

Added a few defs for directshow

Josh Yelon 18 years ago
parent
commit
63aa6ff557
2 changed files with 10 additions and 1 deletions
  1. 5 1
      dtool/src/parser-inc/control.h
  2. 5 0
      dtool/src/parser-inc/windows.h

+ 5 - 1
dtool/src/parser-inc/control.h

@@ -1,6 +1,10 @@
+class IMoniker;
+class IMediaSample;
+class IMemAllocator;
 class IMediaControl;
+class IMemInputPin;
 class IGraphBuilder;
 class ICaptureGraphBuilder2;
 class IBaseFilter;
-class IVMRWindowlessControl;
+class IAMStreamConfig;
 template <class T> class CComPtr;

+ 5 - 0
dtool/src/parser-inc/windows.h

@@ -31,6 +31,11 @@ typedef long HRESULT;
 typedef int CRITICAL_SECTION;
 typedef int HANDLE;
 typedef void *LPVOID;
+typedef unsigned short WCHAR;
+typedef WCHAR *BSTR;
+typedef struct _MediaType AM_MEDIA_TYPE;
+typedef struct _VIDEO_STREAM_CONFIG_CAPS VIDEO_STREAM_CONFIG_CAPS;
+typedef struct _GUID GUID;
 
 #define WINAPI