mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
- Declare IID_IDmaChannelSlave as it is not visible when using NTDDI >= Vista
svn path=/trunk/; revision=40810
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user