Replace freeldr DEBUG define, by the global DBG define

svn path=/trunk/; revision=26302
This commit is contained in:
Hervé Poussineau 2007-04-10 09:31:51 +00:00
parent 39b3562b65
commit 4e939dcc2c
19 changed files with 83 additions and 98 deletions

View file

@ -400,7 +400,7 @@ static BOOLEAN NtfsReadMftRecord(ULONG MFTIndex, PNTFS_MFT_RECORD Buffer)
return NtfsFixupRecord((PNTFS_RECORD)Buffer);
}
#ifdef DEBUG
#ifdef DBG
VOID NtfsPrintFile(PNTFS_INDEX_ENTRY IndexEntry)
{
PWCHAR FileName;
@ -428,7 +428,7 @@ static BOOLEAN NtfsCompareFileName(PCHAR FileName, PNTFS_INDEX_ENTRY IndexEntry)
EntryFileName = IndexEntry->FileName.FileName;
EntryFileNameLength = IndexEntry->FileName.FileNameLength;
#ifdef DEBUG
#ifdef DBG
NtfsPrintFile(IndexEntry);
#endif