disable DbgPrint

svn path=/trunk/; revision=31981
This commit is contained in:
Christoph von Wittich 2008-01-25 09:36:48 +00:00
parent 6a395541bb
commit d5a5554fcd

View file

@ -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);