mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 12:02:02 +00:00
[UDFS] Fix 64 bit issues
This commit is contained in:
parent
be97da34ac
commit
c334c17d69
23 changed files with 257 additions and 246 deletions
|
@ -1007,7 +1007,7 @@ UDFCloseAllXXXDelayedInDir(
|
|||
if(CurFileInfo &&
|
||||
(Fcb = CurFileInfo->Fcb)) {
|
||||
NtReqFcb = Fcb->NTRequiredFCB;
|
||||
ASSERT((ULONG)NtReqFcb > 0x1000);
|
||||
ASSERT((ULONG_PTR)NtReqFcb > 0x1000);
|
||||
// ASSERT((ULONG)(NtReqFcb->SectionObject) > 0x1000);
|
||||
if(!(NtReqFcb->NtReqFCBFlags & UDF_NTREQ_FCB_DELETED) &&
|
||||
(NtReqFcb->NtReqFCBFlags & UDF_NTREQ_FCB_MODIFIED)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue