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
9c1ffb54
Commit
9c1ffb54
authored
Oct 23, 2023
by
Esme Povirk
Committed by
Alexandre Julliard
Oct 24, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mscoree: Update Wine Mono to 8.1.0.
parent
552a46ea
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
addons.c
dlls/appwiz.cpl/addons.c
+2
-2
mscoree_private.h
dlls/mscoree/mscoree_private.h
+1
-1
test.yml
tools/gitlab/test.yml
+1
-1
No files found.
dlls/appwiz.cpl/addons.c
View file @
9c1ffb54
...
@@ -56,10 +56,10 @@ WINE_DEFAULT_DEBUG_CHANNEL(appwizcpl);
...
@@ -56,10 +56,10 @@ WINE_DEFAULT_DEBUG_CHANNEL(appwizcpl);
#define GECKO_SHA "???"
#define GECKO_SHA "???"
#endif
#endif
#define MONO_VERSION "8.
0
.0"
#define MONO_VERSION "8.
1
.0"
#if defined(__i386__) || defined(__x86_64__)
#if defined(__i386__) || defined(__x86_64__)
#define MONO_ARCH "x86"
#define MONO_ARCH "x86"
#define MONO_SHA "
75b3f45dca1dc89857fe9e932da78710f64cc6d49ef1ab0c723a177085b4711b
"
#define MONO_SHA "
0ed3ec533aef79b2f312155931cf7b1080009ac0c5b4c2bcfeb678ac948e0810
"
#else
#else
#define MONO_ARCH ""
#define MONO_ARCH ""
#define MONO_SHA "???"
#define MONO_SHA "???"
...
...
dlls/mscoree/mscoree_private.h
View file @
9c1ffb54
...
@@ -45,7 +45,7 @@ extern HRESULT assembly_get_runtime_version(ASSEMBLY *assembly, LPSTR *version)
...
@@ -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_vtable_fixups
(
ASSEMBLY
*
assembly
,
VTableFixup
**
fixups
,
DWORD
*
count
)
DECLSPEC_HIDDEN
;
extern
HRESULT
assembly_get_native_entrypoint
(
ASSEMBLY
*
assembly
,
NativeEntryPointFunc
*
func
)
DECLSPEC_HIDDEN
;
extern
HRESULT
assembly_get_native_entrypoint
(
ASSEMBLY
*
assembly
,
NativeEntryPointFunc
*
func
)
DECLSPEC_HIDDEN
;
#define WINE_MONO_VERSION "8.
0
.0"
#define WINE_MONO_VERSION "8.
1
.0"
/* Mono embedding */
/* Mono embedding */
typedef
struct
_MonoDomain
MonoDomain
;
typedef
struct
_MonoDomain
MonoDomain
;
...
...
tools/gitlab/test.yml
View file @
9c1ffb54
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
variables
:
variables
:
GIT_STRATEGY
:
none
GIT_STRATEGY
:
none
GECKO_VER
:
2.47.4
GECKO_VER
:
2.47.4
MONO_VER
:
8.
0
.0
MONO_VER
:
8.
1
.0
cache
:
cache
:
-
key
:
wine-gecko-$GECKO_VER
-
key
:
wine-gecko-$GECKO_VER
paths
:
paths
:
...
...
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