mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 04:13:33 +00:00
Silent debug message
svn path=/trunk/; revision=29917
This commit is contained in:
@@ -91,9 +91,7 @@ RtlComputeCrc32 (IN USHORT Initial,
|
||||
{
|
||||
ULONG CrcValue;
|
||||
|
||||
#ifdef DBG
|
||||
DbgPrint("(%lu,%p,%lu)\n", Initial, Data, Length);
|
||||
#endif
|
||||
DPRINT("(%lu,%p,%lu)\n", Initial, Data, Length);
|
||||
|
||||
CrcValue = ~Initial;
|
||||
while (Length > 0)
|
||||
|
||||
Reference in New Issue
Block a user