mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
Fix definition of EPROCESS_QUOTA_ENTRY.
svn path=/trunk/; revision=16944
This commit is contained in:
@@ -287,10 +287,10 @@ typedef struct _TEB
|
||||
|
||||
typedef struct _EPROCESS_QUOTA_ENTRY
|
||||
{
|
||||
ULONG Usage;
|
||||
ULONG Limit;
|
||||
ULONG Peak;
|
||||
ULONG Return;
|
||||
SIZE_T Usage;
|
||||
SIZE_T Limit;
|
||||
SIZE_T Peak;
|
||||
SIZE_T Return;
|
||||
} EPROCESS_QUOTA_ENTRY, *PEPROCESS_QUOTA_ENTRY;
|
||||
|
||||
typedef struct _EPROCESS_QUOTA_BLOCK
|
||||
|
||||
Reference in New Issue
Block a user