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
6ca6fa15
Commit
6ca6fa15
authored
Jul 19, 2023
by
Hans Leidekker
Committed by
Alexandre Julliard
Jul 19, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add ProcessorArchitecture winrt enum.
parent
ac55e6eb
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
0 deletions
+17
-0
windows.system.idl
include/windows.system.idl
+17
-0
No files found.
include/windows.system.idl
View file @
6ca6fa15
...
...
@@ -29,6 +29,7 @@ import "windows.foundation.idl";
namespace
Windows
.
System
{
typedef
enum
DispatcherQueuePriority
DispatcherQueuePriority
;
typedef
enum
ProcessorArchitecture
ProcessorArchitecture
;
interface
IDispatcherQueue
;
interface
IDispatcherQueue2
;
...
...
@@ -67,6 +68,22 @@ namespace Windows.System
}
;
[
contract
(
Windows
.
Foundation.UniversalApiContract
,
1.0
)
]
enum
ProcessorArchitecture
{
X86
=
0
,
Arm
=
5
,
X64
=
9
,
Neutral
=
11
,
[
contract
(
Windows
.
Foundation.UniversalApiContract
,
8.0
)
]
Arm64
=
12
,
[
contract
(
Windows
.
Foundation.UniversalApiContract
,
8.0
)
]
X86OnArm64
=
14
,
Unknown
=
65535
}
;
[
contract
(
Windows
.
Foundation.UniversalApiContract
,
5.0
),
uuid
(
dfa2dc9c
-
1
a2d
-
4917
-
98
f2
-
939
af1d6e0c8
)
]
...
...
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