add checks for media stream
This commit is contained in:
parent
e2ae07dd31
commit
6f520b4843
2 changed files with 9 additions and 1 deletions
|
@ -28,6 +28,9 @@
|
|||
#define WM_WINEFULLSCREEN WM_USER+112
|
||||
#define WM_D3D9DEVICELOST WM_USER+113
|
||||
|
||||
DEFINE_GUID(IID_IMediaStream, 0xb502d1bd, 0x9a57, 0x11d0, 0x8f, 0xde, 0x00, 0xc0, 0x4f, 0xd9, 0x18, 0x9d);
|
||||
DEFINE_GUID(IID_IAMMediaStream, 0xbebe595d, 0x9a6f, 0x11d0, 0x8f, 0xde, 0x00, 0xc0, 0x4f, 0xd9, 0x18, 0x9d);
|
||||
|
||||
extern BOOL ShowDriverWarning;
|
||||
extern RECT WindowRect;
|
||||
extern BOOL ChildWindowExists;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue