-fix build

svn path=/trunk/; revision=39159
This commit is contained in:
Johannes Anderwald 2009-01-28 02:06:55 +00:00
parent 04a9e81b9e
commit 5e4a5d2b4b

View file

@ -0,0 +1,27 @@
#ifndef WDMAUD_H__
#define WDMAUD_H__
#define _NTDDK_
#include <ntddk.h>
#include <portcls.h>
#define YDEBUG
#include <debug.h>
typedef struct
{
KSDEVICE_HEADER DeviceHeader;
PVOID SysAudioNotification;
}WDMAUD_DEVICE_EXTENSION, *PWDMAUD_DEVICE_EXTENSION;
#endif