mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
disable DbgPrint
svn path=/trunk/; revision=31981
This commit is contained in:
parent
6a395541bb
commit
d5a5554fcd
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ NTSTATUS ExtractFont(UINT CodePage, PUCHAR FontBitField)
|
|||
Status = ZwReadFile(Handle, NULL, NULL, NULL, &IoStatusBlock,
|
||||
FileHeader, 4, &ByteOffset, NULL);
|
||||
ByteOffset.LowPart += 4;
|
||||
DbgPrint("%s\n", FileHeader);
|
||||
/* DbgPrint("%s\n", FileHeader); */
|
||||
}
|
||||
}
|
||||
ZwClose(Handle);
|
||||
|
|
Loading…
Reference in a new issue