move devices.h to a more appropriate location (approximately where it's located in the nt4 ddk) Added: trunk/reactos/drivers/dd/sound/include/ Added: trunk/reactos/drivers/dd/sound/include/devices.h Modified: trunk/reactos/drivers/dd/sound/sound.xml Deleted: trunk/reactos/include/devices.h _____
Copied: trunk/reactos/drivers/dd/sound/include/devices.h (from rev 19476, trunk/reactos/include/devices.h) _____
Modified: trunk/reactos/drivers/dd/sound/sound.xml --- trunk/reactos/drivers/dd/sound/sound.xml 2005-11-23 03:12:52 UTC (rev 19477) +++ trunk/reactos/drivers/dd/sound/sound.xml 2005-11-23 03:54:11 UTC (rev 19478) @@ -2,6 +2,7 @@
<define name="__USE_W32API" /> <library>ntoskrnl</library> <library>hal</library> + <include base="sound">.\include</include> <file>dsp.c</file> <file>mixer.c</file> <file>sb16.c</file> _____
Deleted: trunk/reactos/include/devices.h --- trunk/reactos/include/devices.h 2005-11-23 03:12:52 UTC (rev 19477) +++ trunk/reactos/include/devices.h 2005-11-23 03:54:11 UTC (rev 19478) @@ -1,16 +0,0 @@
-typedef struct -{ - LPSTR LeftVolumeName; - LPSTR RightVolumeName; - ULONG DefaultVolume; - ULONG Type; - ULONG DeviceType; - char Key[4]; - LPSTR PrototypeName; - PVOID DeferredRoutine; - PVOID ExclusionRoutine; - PVOID DispatchRoutine; - PVOID DevCapsRoutine; - PVOID HwSetVolume; - ULONG IoMethod; -}SOUND_DEVICE_INIT;