Marco Radossevich <fwdprojects=at=email=dot=it>, a.k.a. forart:

"Just two important examples that involved my contributions: UniATA & FullFAT."

No code changes.
See thread <http://www.reactos.org/forum/viewtopic.php?f=14&t=8809> for more details.

svn path=/trunk/; revision=50117
This commit is contained in:
Dmitry Gorbachev 2010-12-24 01:59:13 +00:00
parent e7f8fba710
commit f8d20cdb33
3 changed files with 3 additions and 3 deletions

View file

@ -80,7 +80,7 @@ typedef struct _FAT_PAGE_CONTEXT
CcUnpinData((xContext)->Bcb); \
(xContext)->Bcb = NULL; \
} \
#define FatPinEndOfPage(xContext, xType) \
Add2Ptr((xContext)->Buffer, (xContext)->ValidLength, xType)

View file

@ -36,7 +36,7 @@ FatiRead(PFAT_IRP_CONTEXT IrpContext)
FatCompleteRequest(IrpContext, IrpContext->Irp, STATUS_SUCCESS);
return STATUS_SUCCESS;
}
OpenType = FatDecodeFileObject(FileObject, &Vcb, &Fcb, &Ccb);
DPRINT("FatiRead() Fcb %p, Name %wZ, Offset %d, Length %d, Handle %p\n",

View file

@ -43,4 +43,4 @@ DbgDump_SetAutoReconnect(
};
#endif //__cplusplus
#endif //__DBG_DUMP_TOOLS__H__
#endif //__DBG_DUMP_TOOLS__H__