mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
[NTVDM]: hardcoded_values--;
svn path=/trunk/; revision=67604
This commit is contained in:
parent
cd1046dd75
commit
464ff78f4e
1 changed files with 1 additions and 1 deletions
|
@ -358,7 +358,7 @@ PDOS_DEVICE_NODE DosCreateDeviceEx(WORD Attributes, PCHAR DeviceName, WORD Priva
|
|||
}
|
||||
|
||||
/* Create a driver header for this device */
|
||||
Segment = DosAllocateMemory(sizeof(DOS_DRIVER) + 10 + PrivateDataSize, NULL);
|
||||
Segment = DosAllocateMemory(sizeof(DOS_DRIVER) + DEVICE_CODE_SIZE + PrivateDataSize, NULL);
|
||||
if (Segment == 0) return NULL;
|
||||
|
||||
/* Fill the header with data */
|
||||
|
|
Loading…
Reference in a new issue