Silent debug message

svn path=/trunk/; revision=29917
This commit is contained in:
Hervé Poussineau 2007-10-27 16:38:14 +00:00
parent c6b7e9b31e
commit acdf579f07

View file

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