mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 18:33:10 +00:00
[RXCE] Fix leftover
This commit is contained in:
parent
dfa23b60ec
commit
44fdf3fc30
1 changed files with 0 additions and 6 deletions
|
@ -726,12 +726,6 @@ RxCancelBlockingOperation(
|
||||||
PFOBX Fobx;
|
PFOBX Fobx;
|
||||||
BOOLEAN PostRequest;
|
BOOLEAN PostRequest;
|
||||||
|
|
||||||
#ifdef _WIN64
|
|
||||||
C_ASSERT(FIELD_OFFSET(RX_CONTEXT, IoStatusBlock.Status) == 0x0B0);
|
|
||||||
#else
|
|
||||||
C_ASSERT(FIELD_OFFSET(RX_CONTEXT, IoStatusBlock.Status) == 0x064);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
PAGED_CODE();
|
PAGED_CODE();
|
||||||
|
|
||||||
Fobx = (PFOBX)RxContext->pFobx;
|
Fobx = (PFOBX)RxContext->pFobx;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue