Browse Source

Component Object Model crap

Josh Yelon 18 years ago
parent
commit
2b2837ad26
2 changed files with 8 additions and 0 deletions
  1. 6 0
      dtool/src/parser-inc/control.h
  2. 2 0
      dtool/src/parser-inc/windows.h

+ 6 - 0
dtool/src/parser-inc/control.h

@@ -0,0 +1,6 @@
+class IMediaControl;
+class IGraphBuilder;
+class ICaptureGraphBuilder2;
+class IBaseFilter;
+class IVMRWindowlessControl;
+template <class T> class CComPtr;

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

@@ -26,6 +26,8 @@
 
 typedef bool BOOL;
 typedef long DWORD;
+typedef unsigned long ULONG;
+typedef long HRESULT;
 typedef int CRITICAL_SECTION;
 typedef int HANDLE;
 typedef void *LPVOID;