mirror of
https://github.com/reactos/reactos.git
synced 2025-07-30 09:41:47 +00:00
[NTOSKNRL]
- Enhance DebugPrint by Stefan Ginsberg svn path=/trunk/; revision=43668
This commit is contained in:
parent
f3111fdafd
commit
f04194f791
1 changed files with 7 additions and 1 deletions
|
@ -411,7 +411,13 @@ IopParseDevice(IN PVOID ParseObject,
|
|||
((wcsstr(CompleteName->Buffer, L"Harddisk"))) &&
|
||||
!(UseDummyFile))
|
||||
{
|
||||
DPRINT1("Using IopParseDevice() hack\n");
|
||||
DPRINT1("Using IopParseDevice() hack. Requested invalid attributes: %lx\n",
|
||||
DesiredAccess & ~(SYNCHRONIZE |
|
||||
FILE_READ_ATTRIBUTES |
|
||||
READ_CONTROL |
|
||||
ACCESS_SYSTEM_SECURITY |
|
||||
WRITE_OWNER |
|
||||
WRITE_DAC));
|
||||
DirectOpen = TRUE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue