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