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
26c9bd9f
Commit
26c9bd9f
authored
Jan 09, 2016
by
Vincent Povirk
Committed by
Alexandre Julliard
Jan 14, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mscoree: Remove "Install Mono for Windows" message.
Signed-off-by:
Vincent Povirk
<
vincent@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
f34be7c6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
8 deletions
+1
-8
metahost.c
dlls/mscoree/metahost.c
+1
-8
No files found.
dlls/mscoree/metahost.c
View file @
26c9bd9f
...
...
@@ -126,11 +126,6 @@ static void CDECL set_print_handler_dummy(MonoPrintCallback callback)
{
}
static
void
missing_runtime_message
(
void
)
{
MESSAGE
(
"wine: Install Mono for Windows to run .NET applications.
\n
"
);
}
static
HRESULT
load_mono
(
LPCWSTR
mono_path
)
{
static
const
WCHAR
lib
[]
=
{
'\\'
,
'l'
,
'i'
,
'b'
,
0
};
...
...
@@ -277,7 +272,7 @@ static HRESULT CLRRuntimeInfo_GetRuntimeHost(CLRRuntimeInfo *This, RuntimeHost *
if
(
!
get_mono_path
(
mono_path
))
{
missing_runtime_message
(
);
ERR
(
"Wine Mono is not installed
\n
"
);
return
CLR_E_SHIM_RUNTIME
;
}
...
...
@@ -1306,8 +1301,6 @@ HRESULT get_runtime_info(LPCWSTR exefile, LPCWSTR version, LPCWSTR config_file,
}
}
missing_runtime_message
();
return
CLR_E_SHIM_RUNTIME
;
}
...
...
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