mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
The kernel extension is really a EXTENDED_DEVOBJ_EXTENSION now
svn path=/trunk/; revision=17656
This commit is contained in:
parent
e77d41b989
commit
c542593988
1 changed files with 1 additions and 1 deletions
|
@ -455,7 +455,7 @@ IoCreateDevice(PDRIVER_OBJECT DriverObject,
|
|||
|
||||
/* Total Size */
|
||||
TotalSize = AlignedDeviceExtensionSize +
|
||||
sizeof(DEVICE_OBJECT) + sizeof(DEVOBJ_EXTENSION);
|
||||
sizeof(DEVICE_OBJECT) + sizeof(EXTENDED_DEVOBJ_EXTENSION);
|
||||
DPRINT("TotalSize %x\n", TotalSize);
|
||||
|
||||
/* Create the Device Object */
|
||||
|
|
Loading…
Reference in a new issue