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
b534bf1d
Commit
b534bf1d
authored
Aug 25, 2010
by
Louis Lenders
Committed by
Alexandre Julliard
Aug 26, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add RUNTIME_INFO_FLAGS enumeration to mscoree header.
parent
f0253f30
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
mscoree.idl
include/mscoree.idl
+10
-0
No files found.
include/mscoree.idl
View file @
b534bf1d
...
...
@@ -36,6 +36,16 @@ cpp_quote("HRESULT WINAPI LockClrVersion(FLockClrVersionCallback,FLockClrVer
typedef
void
*
HDOMAINENUM
;
typedef
enum
RUNTIME_INFO_FLAGS
{
RUNTIME_INFO_UPGRADE_VERSION
=
0
x1
,
RUNTIME_INFO_REQUEST_IA64
=
0
x2
,
RUNTIME_INFO_REQUEST_AMD64
=
0
x4
,
RUNTIME_INFO_REQUEST_X86
=
0
x8
,
RUNTIME_INFO_DONT_RETURN_DIRECTORY
=
0
x10
,
RUNTIME_INFO_DONT_RETURN_VERSION
=
0
x20
,
RUNTIME_INFO_DONT_SHOW_ERROR_DIALOG
=
0
x40
}
RUNTIME_INFO_FLAGS
;
[
uuid
(
F31D1788
-
C397
-
4725
-
87
A5
-
6
AF3472C2791
),
version
(
1.0
),
...
...
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