mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 15:43:19 +00:00
Replace freeldr DEBUG define, by the global DBG define
svn path=/trunk/; revision=26302
This commit is contained in:
parent
39b3562b65
commit
4e939dcc2c
19 changed files with 83 additions and 98 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue