This commit is contained in:
吴杨帆 2026-05-17 12:16:45 +08:00 committed by GitHub
commit 0fcf1d045e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View file

@ -247,14 +247,14 @@ typedef struct _XXOVERLAPPED {
{
be<uint32_t> Error;
be<uint32_t> Length;
};
} errorLength;
struct
{
uint32_t InternalLow;
uint32_t InternalHigh;
};
};
} internalParts;
} data;
uint32_t InternalContext;
be<uint32_t> hEvent;
be<uint32_t> pCompletionRoutine;

View file

@ -132,7 +132,7 @@ union XDBFTitleID
{
be<uint16_t> u16;
char u8[0x02];
};
} parts;
be<uint32_t> u32;
};