mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 09:50:02 +00:00
ETHREAD.TopLevelIrp is ULONG_PTR, not ULONG
svn path=/branches/ros-amd64-bringup/; revision=37434
This commit is contained in:
parent
6918fdc238
commit
ca24ca153b
1 changed files with 1 additions and 1 deletions
|
@ -1085,7 +1085,7 @@ typedef struct _ETHREAD
|
|||
#endif
|
||||
PPS_IMPERSONATION_INFORMATION ImpersonationInfo;
|
||||
LIST_ENTRY IrpList;
|
||||
ULONG TopLevelIrp;
|
||||
ULONG_PTR TopLevelIrp;
|
||||
PDEVICE_OBJECT DeviceToVerify;
|
||||
#if (NTDDI_VERSION >= NTDDI_LONGHORN)
|
||||
PPSP_RATE_APC RateControlApc;
|
||||
|
|
Loading…
Reference in a new issue