mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 21:36:11 +00:00
[NTOSKRNL]
- Use the IopParseDevice hack for floppies too (needed for format and chkdsk to work) svn path=/trunk/; revision=52277
This commit is contained in:
parent
0ed8c8dead
commit
e9ba759f3d
1 changed files with 2 additions and 1 deletions
|
@ -408,7 +408,8 @@ IopParseDevice(IN PVOID ParseObject,
|
|||
if (!(DirectOpen) &&
|
||||
!(RemainingName->Length) &&
|
||||
!(OpenPacket->RelatedFileObject) &&
|
||||
((wcsstr(CompleteName->Buffer, L"Harddisk"))) &&
|
||||
((wcsstr(CompleteName->Buffer, L"Harddisk")) ||
|
||||
(wcsstr(CompleteName->Buffer, L"Floppy"))) &&
|
||||
!(UseDummyFile))
|
||||
{
|
||||
DPRINT1("Using IopParseDevice() hack. Requested invalid attributes: %lx\n",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue