Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
739b975b
Commit
739b975b
authored
Mar 01, 2020
by
Vijay Kiran Kamuju
Committed by
Alexandre Julliard
Mar 03, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Fix QUOTA_LIMITS_EX in winnt.h.
Signed-off-by:
Vijay Kiran Kamuju
<
infyquest@gmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
c921f972
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
2 deletions
+11
-2
winnt.h
include/winnt.h
+11
-2
No files found.
include/winnt.h
View file @
739b975b
...
...
@@ -5342,6 +5342,15 @@ typedef struct _QUOTA_LIMITS {
#define QUOTA_LIMITS_HARDWS_MIN_DISABLE 0x00000002
#define QUOTA_LIMITS_HARDWS_MAX_ENABLE 0x00000004
#define QUOTA_LIMITS_HARDWS_MAX_DISABLE 0x00000008
#define QUOTA_LIMITS_USE_DEFAULT_LIMITS 0x00000010
typedef
union
_RATE_QUOTA_LIMIT
{
DWORD
RateData
;
struct
{
DWORD
RatePercent
:
7
;
DWORD
Reserved0
:
25
;
}
DUMMYSTRUCTNAME
;
}
RATE_QUOTA_LIMIT
,
*
PRATE_QUOTA_LIMIT
;
typedef
struct
_QUOTA_LIMITS_EX
{
SIZE_T
PagedPoolLimit
;
...
...
@@ -5350,12 +5359,12 @@ typedef struct _QUOTA_LIMITS_EX {
SIZE_T
MaximumWorkingSetSize
;
SIZE_T
PagefileLimit
;
LARGE_INTEGER
TimeLimit
;
SIZE_T
Reserved1
;
SIZE_T
WorkingSetLimit
;
SIZE_T
Reserved2
;
SIZE_T
Reserved3
;
SIZE_T
Reserved4
;
DWORD
Flags
;
DWORD
Reserved5
;
RATE_QUOTA_LIMIT
CpuRateLimit
;
}
QUOTA_LIMITS_EX
,
*
PQUOTA_LIMITS_EX
;
#define SECTION_QUERY 0x0001
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment