mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
-fix build
svn path=/trunk/; revision=39159
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user