From b081f66b958ee03a817eac01e0721fe040cd480b Mon Sep 17 00:00:00 2001 From: Johannes Anderwald Date: Fri, 8 May 2009 14:39:33 +0000 Subject: [PATCH] - Add IID_IAllocatorMXF guid - Add undef macro (hint Stefan) - Thanks Usurp for telling svn path=/trunk/; revision=40839 --- reactos/include/ddk/dmusicks.h | 5 +++++ reactos/include/ddk/portcls.h | 1 + 2 files changed, 6 insertions(+) diff --git a/reactos/include/ddk/dmusicks.h b/reactos/include/ddk/dmusicks.h index 5f1c8e7bd2a..f2f23a7290f 100644 --- a/reactos/include/ddk/dmusicks.h +++ b/reactos/include/ddk/dmusicks.h @@ -246,4 +246,9 @@ DECLARE_INTERFACE_(IMiniportDMus, IMiniport) typedef IMiniportDMus *PMINIPORTDMUS; #undef INTERFACE +#define STATIC_IID_IAllocatorMXF\ + 0xa5f0d62c, 0xb30f, 0x11d2, 0xb7, 0xa3, 0x00, 0x60, 0x08, 0x33, 0x16, 0xc1 +DEFINE_GUIDSTRUCT("a5f0d62c-b30f-11d2-b7a3-0060083316c1", IID_IAllocatorMXF); +#define IID_IAllocatorMXF DEFINE_GUIDNAMED(IID_IAllocatorMXF) + #endif diff --git a/reactos/include/ddk/portcls.h b/reactos/include/ddk/portcls.h index 0748bc5904e..2425b112ee4 100644 --- a/reactos/include/ddk/portcls.h +++ b/reactos/include/ddk/portcls.h @@ -2032,6 +2032,7 @@ DECLARE_INTERFACE_(IPortClsVersion, IUnknown) typedef IPortClsVersion *PPORTCLSVERSION; +#undef INTERFACE /* =============================================================== IDmaOperations Interface