mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +00:00
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:
parent
e7f8fba710
commit
f8d20cdb33
3 changed files with 3 additions and 3 deletions
|
@ -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)
|
||||
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -43,4 +43,4 @@ DbgDump_SetAutoReconnect(
|
|||
};
|
||||
#endif //__cplusplus
|
||||
|
||||
#endif //__DBG_DUMP_TOOLS__H__
|
||||
#endif //__DBG_DUMP_TOOLS__H__
|
||||
|
|
Loading…
Reference in a new issue