Author: janderwald Date: Tue Jan 27 20:06:55 2009 New Revision: 39159
URL: http://svn.reactos.org/svn/reactos?rev=39159&view=rev Log: -fix build
Added: trunk/reactos/drivers/wdm/audio/legacy/wdmaud/wdmaud.h (with props)
Added: trunk/reactos/drivers/wdm/audio/legacy/wdmaud/wdmaud.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/wdm/audio/legacy/wd... ============================================================================== --- trunk/reactos/drivers/wdm/audio/legacy/wdmaud/wdmaud.h (added) +++ trunk/reactos/drivers/wdm/audio/legacy/wdmaud/wdmaud.h [iso-8859-1] Tue Jan 27 20:06:55 2009 @@ -1,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
Propchange: trunk/reactos/drivers/wdm/audio/legacy/wdmaud/wdmaud.h ------------------------------------------------------------------------------ svn:eol-style = native