- fix build

svn path=/trunk/; revision=66710
This commit is contained in:
Johannes Anderwald
2015-03-14 17:53:52 +00:00
parent c7133edff8
commit 5b7132ef6a

View File

@@ -74,7 +74,6 @@ WdmAudTimerRoutine(
IN PVOID Context)
{
PWDMAUD_DEVICE_EXTENSION DeviceExtension;
NTSTATUS Status;
/* get device extension */
DeviceExtension = (PWDMAUD_DEVICE_EXTENSION)DeviceObject->DeviceExtension;
@@ -92,8 +91,6 @@ WdmaudAddDevice(
IN PDRIVER_OBJECT DriverObject,
IN PDEVICE_OBJECT PhysicalDeviceObject)
{
UNICODE_STRING DeviceName = RTL_CONSTANT_STRING(L"\\Device\\wdmaud");
UNICODE_STRING SymlinkName = RTL_CONSTANT_STRING(L"\\DosDevices\\wdmaud");
PDEVICE_OBJECT DeviceObject;
NTSTATUS Status;
PWDMAUD_DEVICE_EXTENSION DeviceExtension;