mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
ETHREAD.TopLevelIrp is ULONG_PTR, not ULONG
svn path=/branches/ros-amd64-bringup/; revision=37434
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user