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
621c2de4
Commit
621c2de4
authored
Sep 25, 2019
by
Vincent Povirk
Committed by
Alexandre Julliard
Sep 25, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mscoree: Update Wine Mono to 4.9.3.
Signed-off-by:
Vincent Povirk
<
vincent@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
12db3a10
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
addons.c
dlls/appwiz.cpl/addons.c
+2
-2
mscoree_private.h
dlls/mscoree/mscoree_private.h
+1
-1
No files found.
dlls/appwiz.cpl/addons.c
View file @
621c2de4
...
...
@@ -58,8 +58,8 @@ WINE_DEFAULT_DEBUG_CHANNEL(appwizcpl);
#define GECKO_SHA "???"
#endif
#define MONO_VERSION "4.9.
2
"
#define MONO_SHA "
b91f4656fca72d036934c2a9e845b2dfadad291e48e0b013fb2b08698200ff74
"
#define MONO_VERSION "4.9.
3
"
#define MONO_SHA "
7cf6b7674697f9de9cd1630ceb1de4c56adebb617fcca4d179a22cb7e1b2476d
"
typedef
struct
{
const
char
*
version
;
...
...
dlls/mscoree/mscoree_private.h
View file @
621c2de4
...
...
@@ -45,7 +45,7 @@ extern HRESULT assembly_get_runtime_version(ASSEMBLY *assembly, LPSTR *version)
extern
HRESULT
assembly_get_vtable_fixups
(
ASSEMBLY
*
assembly
,
VTableFixup
**
fixups
,
DWORD
*
count
)
DECLSPEC_HIDDEN
;
extern
HRESULT
assembly_get_native_entrypoint
(
ASSEMBLY
*
assembly
,
NativeEntryPointFunc
*
func
)
DECLSPEC_HIDDEN
;
#define WINE_MONO_VERSION "4.9.
2
"
#define WINE_MONO_VERSION "4.9.
3
"
/* Mono embedding */
typedef
struct
_MonoDomain
MonoDomain
;
...
...
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