Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
9dbeaf25
Commit
9dbeaf25
authored
Aug 14, 2013
by
Alistair Leslie-Hughes
Committed by
Alexandre Julliard
Aug 16, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mscoree: Redirect .NET 1.0 to .NET 2.0.
parent
17ad6aa2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
metahost.c
dlls/mscoree/metahost.c
+3
-2
No files found.
dlls/mscoree/metahost.c
View file @
9dbeaf25
...
...
@@ -50,9 +50,10 @@ static const WCHAR net_40_subdir[] = {'4','.','0',0};
static
const
struct
ICLRRuntimeInfoVtbl
CLRRuntimeInfoVtbl
;
#define NUM_RUNTIMES
3
#define NUM_RUNTIMES
4
static
struct
CLRRuntimeInfo
runtimes
[
NUM_RUNTIMES
]
=
{
{{
&
CLRRuntimeInfoVtbl
},
net_20_subdir
,
1
,
0
,
3705
,
0
},
{{
&
CLRRuntimeInfoVtbl
},
net_20_subdir
,
1
,
1
,
4322
,
0
},
{{
&
CLRRuntimeInfoVtbl
},
net_20_subdir
,
2
,
0
,
50727
,
0
},
{{
&
CLRRuntimeInfoVtbl
},
net_40_subdir
,
4
,
0
,
30319
,
0
}
...
...
@@ -1390,7 +1391,7 @@ HRESULT get_runtime_info(LPCWSTR exefile, LPCWSTR version, LPCWSTR config_file,
find_runtimes
();
if
(
legacy
)
i
=
2
;
i
=
3
;
else
i
=
NUM_RUNTIMES
;
...
...
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