- Declare IID_IDmaChannelSlave as it is not visible when using NTDDI >= Vista

svn path=/trunk/; revision=40810
This commit is contained in:
Johannes Anderwald 2009-05-06 07:01:00 +00:00
parent d4551d4f61
commit 1d12d6fd68
2 changed files with 3 additions and 0 deletions

View file

@ -42,6 +42,7 @@ typedef struct
// IUnknown methods
//
extern GUID IID_IDmaChannelSlave;
NTSTATUS
NTAPI

View file

@ -8,6 +8,8 @@
#include "private.h"
extern GUID IID_IDmaChannelSlave;
typedef struct
{
IPortWaveCyclicVtbl *lpVtbl;