[ros-diffs] [janderwald] 39159: -fix build
janderwald at svn.reactos.org
janderwald at svn.reactos.org
Wed Jan 28 03:06:56 CET 2009
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/wdmaud/wdmaud.h?rev=39159&view=auto
==============================================================================
--- 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
More information about the Ros-diffs
mailing list