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
d007d9fe
Commit
d007d9fe
authored
Mar 16, 2011
by
Francois Gouget
Committed by
Alexandre Julliard
Mar 16, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mscoree: Force_get_runtime_info() is not used so remove it.
parent
cb5e480f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
7 deletions
+0
-7
metahost.c
dlls/mscoree/metahost.c
+0
-5
mscoree_private.h
dlls/mscoree/mscoree_private.h
+0
-2
No files found.
dlls/mscoree/metahost.c
View file @
d007d9fe
...
...
@@ -1316,8 +1316,3 @@ HRESULT get_runtime_info(LPCWSTR exefile, LPCWSTR version, LPCWSTR config_file,
return
CLR_E_SHIM_RUNTIME
;
}
HRESULT
force_get_runtime_info
(
ICLRRuntimeInfo
**
result
)
{
return
IUnknown_QueryInterface
((
IUnknown
*
)
&
runtimes
[
0
],
&
IID_ICLRRuntimeInfo
,
(
void
**
)
result
);
}
dlls/mscoree/mscoree_private.h
View file @
d007d9fe
...
...
@@ -51,8 +51,6 @@ typedef struct CLRRuntimeInfo
extern
HRESULT
get_runtime_info
(
LPCWSTR
exefile
,
LPCWSTR
version
,
LPCWSTR
config_file
,
DWORD
startup_flags
,
DWORD
runtimeinfo_flags
,
BOOL
legacy
,
ICLRRuntimeInfo
**
result
);
extern
HRESULT
force_get_runtime_info
(
ICLRRuntimeInfo
**
result
);
extern
HRESULT
ICLRRuntimeInfo_GetRuntimeHost
(
ICLRRuntimeInfo
*
iface
,
RuntimeHost
**
result
);
extern
HRESULT
MetaDataDispenser_CreateInstance
(
IUnknown
**
ppUnk
);
...
...
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