mirror of
https://github.com/reactos/reactos.git
synced 2025-04-24 23:50:24 +00:00
-fix build
svn path=/trunk/; revision=39159
This commit is contained in:
parent
04a9e81b9e
commit
5e4a5d2b4b
1 changed files with 27 additions and 0 deletions
27
reactos/drivers/wdm/audio/legacy/wdmaud/wdmaud.h
Normal file
27
reactos/drivers/wdm/audio/legacy/wdmaud/wdmaud.h
Normal 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
|
Loading…
Reference in a new issue