Include GUIDs in strmif.h and uuids.h.
This commit is contained in:
parent
64fa141049
commit
eecf93ba46
|
@ -48,6 +48,10 @@ DEFINE_GUID(GUID_NULL,0,0,0,0,0,0,0,0,0,0,0);
|
|||
|
||||
#include "vfw.h"
|
||||
|
||||
/* for dshow */
|
||||
#include "strmif.h"
|
||||
#include "uuids.h"
|
||||
|
||||
/* GUIDs not declared in an exported header file */
|
||||
DEFINE_GUID(IID_IDirectPlaySP,0xc9f6360,0xcc61,0x11cf,0xac,0xec,0x00,0xaa,0x00,0x68,0x86,0xe3);
|
||||
DEFINE_GUID(IID_ISFHelper,0x1fe68efb,0x1874,0x9812,0x56,0xdc,0x00,0x00,0x00,0x00,0x00,0x00);
|
||||
|
|
Loading…
Reference in New Issue