mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
Component Object Model crap
This commit is contained in:
parent
2fff606ce0
commit
2b2837ad26
6
dtool/src/parser-inc/control.h
Normal file
6
dtool/src/parser-inc/control.h
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
class IMediaControl;
|
||||||
|
class IGraphBuilder;
|
||||||
|
class ICaptureGraphBuilder2;
|
||||||
|
class IBaseFilter;
|
||||||
|
class IVMRWindowlessControl;
|
||||||
|
template <class T> class CComPtr;
|
@ -26,6 +26,8 @@
|
|||||||
|
|
||||||
typedef bool BOOL;
|
typedef bool BOOL;
|
||||||
typedef long DWORD;
|
typedef long DWORD;
|
||||||
|
typedef unsigned long ULONG;
|
||||||
|
typedef long HRESULT;
|
||||||
typedef int CRITICAL_SECTION;
|
typedef int CRITICAL_SECTION;
|
||||||
typedef int HANDLE;
|
typedef int HANDLE;
|
||||||
typedef void *LPVOID;
|
typedef void *LPVOID;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user