From eecf93ba465f8b5479ba21d97378e1eb5c0a7e87 Mon Sep 17 00:00:00 2001 From: Hidenori Takeshima Date: Wed, 15 Aug 2001 17:38:54 +0000 Subject: [PATCH] Include GUIDs in strmif.h and uuids.h. --- ole/uuid.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ole/uuid.c b/ole/uuid.c index dee2fb88858..c490fa995fe 100644 --- a/ole/uuid.c +++ b/ole/uuid.c @@ -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); -- 2.11.4.GIT