From 2b2837ad26b9091836e0c523e28b3946ba57a6f4 Mon Sep 17 00:00:00 2001 From: Josh Yelon Date: Tue, 30 Oct 2007 20:44:29 +0000 Subject: [PATCH] Component Object Model crap --- dtool/src/parser-inc/control.h | 6 ++++++ dtool/src/parser-inc/windows.h | 2 ++ 2 files changed, 8 insertions(+) create mode 100644 dtool/src/parser-inc/control.h diff --git a/dtool/src/parser-inc/control.h b/dtool/src/parser-inc/control.h new file mode 100644 index 0000000000..4599506ed7 --- /dev/null +++ b/dtool/src/parser-inc/control.h @@ -0,0 +1,6 @@ +class IMediaControl; +class IGraphBuilder; +class ICaptureGraphBuilder2; +class IBaseFilter; +class IVMRWindowlessControl; +template class CComPtr; diff --git a/dtool/src/parser-inc/windows.h b/dtool/src/parser-inc/windows.h index 8098cb6ad3..56f0dd9582 100644 --- a/dtool/src/parser-inc/windows.h +++ b/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;