mirror of
https://github.com/reactos/reactos.git
synced 2025-02-21 16:04:57 +00:00
[CMAKE]
* Fix a typo. svn path=/branches/cmake-bringup/; revision=51363
This commit is contained in:
parent
54beb0a8e7
commit
ff5bcc8009
1 changed files with 1 additions and 1 deletions
|
@ -772,7 +772,7 @@ DECLARE_INTERFACE_(IKsAggregateControl, IUnknown)
|
|||
#ifndef _IKsTopology_
|
||||
#define _IKsTopology_
|
||||
|
||||
DEFINE_GUID(IID_IKsAggregateControl, 0x28F54683, 0x06FD, 0x11D2, 0xB2, 0x7A, 0x00, 0A0, 0xC9, 0x22, 0x31, 0x96);
|
||||
DEFINE_GUID(IID_IKsTopology, 0x28F54683, 0x06FD, 0x11D2, 0xB2, 0x7A, 0x00, 0A0, 0xC9, 0x22, 0x31, 0x96);
|
||||
|
||||
#undef INTERFACE
|
||||
#define INTERFACE IKsTopology
|
||||
|
|
Loading…
Reference in a new issue