mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 12:23:28 +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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user