mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 23:33:24 +08:00
fix compiling
svn path=/trunk/; revision=15404
This commit is contained in:
@@ -60,7 +60,7 @@ IoGetDeviceProperty(
|
||||
{
|
||||
PDEVICE_NODE DeviceNode = IopGetDeviceNode(DeviceObject);
|
||||
ULONG Length;
|
||||
PVOID Data;
|
||||
PVOID Data = NULL;
|
||||
PWSTR Ptr;
|
||||
|
||||
DPRINT("IoGetDeviceProperty(%x %d)\n", DeviceObject, DeviceProperty);
|
||||
|
||||
Reference in New Issue
Block a user