mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
- Declare IID_IDmaChannelSlave as it is not visible when using NTDDI >= Vista
svn path=/trunk/; revision=40810
This commit is contained in:
parent
d4551d4f61
commit
1d12d6fd68
2 changed files with 3 additions and 0 deletions
|
@ -42,6 +42,7 @@ typedef struct
|
|||
// IUnknown methods
|
||||
//
|
||||
|
||||
extern GUID IID_IDmaChannelSlave;
|
||||
|
||||
NTSTATUS
|
||||
NTAPI
|
||||
|
|
|
@ -8,6 +8,8 @@
|
|||
|
||||
#include "private.h"
|
||||
|
||||
extern GUID IID_IDmaChannelSlave;
|
||||
|
||||
typedef struct
|
||||
{
|
||||
IPortWaveCyclicVtbl *lpVtbl;
|
||||
|
|
Loading…
Reference in a new issue