mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[NTOSKRNL]
Add missing specifiers svn path=/trunk/; revision=65864
This commit is contained in:
@@ -1318,7 +1318,7 @@ IopDeleteFile(IN PVOID ObjectBody)
|
||||
|
||||
PDEVICE_OBJECT
|
||||
NTAPI
|
||||
IopGetDeviceAttachmentBase(PDEVICE_OBJECT DeviceObject)
|
||||
IopGetDeviceAttachmentBase(IN PDEVICE_OBJECT DeviceObject)
|
||||
{
|
||||
PDEVICE_OBJECT PDO = DeviceObject;
|
||||
|
||||
@@ -1331,7 +1331,7 @@ IopGetDeviceAttachmentBase(PDEVICE_OBJECT DeviceObject)
|
||||
|
||||
PDEVICE_OBJECT
|
||||
NTAPI
|
||||
IopGetDevicePDO(PDEVICE_OBJECT DeviceObject)
|
||||
IopGetDevicePDO(IN PDEVICE_OBJECT DeviceObject)
|
||||
{
|
||||
KIRQL OldIrql;
|
||||
PDEVICE_OBJECT PDO;
|
||||
|
||||
Reference in New Issue
Block a user