From caffb97e2448c7514ce8c5c992468a9c9773334b Mon Sep 17 00:00:00 2001 From: Armada Date: Fri, 1 Feb 2013 21:10:13 +0100 Subject: Add guid to class information. --- RFS.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/RFS.h b/RFS.h index b08bf8a..140d3ca 100644 --- a/RFS.h +++ b/RFS.h @@ -25,7 +25,8 @@ typedef struct const GUID *guid; } file_type_t; -class CRARFileSource : +class __declspec(uuid("9FFE11D2-29F2-463f-AD5F-C04A5EE2E58D")) + CRARFileSource : public CBaseFilter, public IFileSourceFilter { -- cgit v1.2.3