Browse Source

add ids stuff

David Rose 18 years ago
parent
commit
804edb0287
1 changed files with 8 additions and 0 deletions
  1. 8 0
      dtool/src/parser-inc/windows.h

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

@@ -38,4 +38,12 @@ union LARGE_INTEGER {
   __int64 QuadPart;
 };
 
+class IGraphBuilder;
+class ICaptureGraphBuilder2;
+class IBaseFilter;
+class IMediaControl;
+class IVMRWindowlessControl;
+class CSampleGrabberCB;
+template<class N> class CComPtr;
+
 #endif