mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 08:15:41 +00:00
fix compiling
svn path=/trunk/; revision=15404
This commit is contained in:
parent
5d4d912efd
commit
c6eb354e8b
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue