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
870628fd
Commit
870628fd
authored
Feb 26, 2016
by
Vincent Povirk
Committed by
Alexandre Julliard
Feb 29, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mscoree/tests: Loading the runtime works on x86-64 now.
Signed-off-by:
Vincent Povirk
<
vincent@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
f1157511
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
mscoree.c
dlls/mscoree/tests/mscoree.c
+0
-3
No files found.
dlls/mscoree/tests/mscoree.c
View file @
870628fd
...
@@ -155,9 +155,6 @@ static BOOL runtime_is_usable(void)
...
@@ -155,9 +155,6 @@ static BOOL runtime_is_usable(void)
if
(
!
ret
||
exitcode
!=
0
)
if
(
!
ret
||
exitcode
!=
0
)
{
{
#ifndef __i386__
todo_wine
#endif
win_skip
(
".NET 4.0 runtime is not usable
\n
"
);
win_skip
(
".NET 4.0 runtime is not usable
\n
"
);
return
FALSE
;
return
FALSE
;
}
}
...
...
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