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
35c7ac8a
Commit
35c7ac8a
authored
Nov 17, 2014
by
Vincent Povirk
Committed by
Alexandre Julliard
Nov 18, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mscoree: Update Wine Mono to 4.5.4.
parent
b82bb857
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_main.c
dlls/mscoree/mscoree_main.c
+1
-1
No files found.
dlls/appwiz.cpl/addons.c
View file @
35c7ac8a
...
...
@@ -65,8 +65,8 @@ WINE_DEFAULT_DEBUG_CHANNEL(appwizcpl);
#define GECKO_SHA "???"
#endif
#define MONO_VERSION "4.5.
2
"
#define MONO_SHA "
73d6b8aa7a8921f43b22c6d930e8d7e421058187
"
#define MONO_VERSION "4.5.
4
"
#define MONO_SHA "
2b271d0bc92d5c9c45febd76fb11f9fcc29ea6d8
"
typedef
struct
{
const
char
*
version
;
...
...
dlls/mscoree/mscoree_main.c
View file @
35c7ac8a
...
...
@@ -675,7 +675,7 @@ static BOOL install_wine_mono(void)
LONG
len
;
BOOL
ret
;
static
const
char
*
mono_version
=
"4.5.
2
"
;
static
const
char
*
mono_version
=
"4.5.
4
"
;
static
const
char
*
mono_product_code
=
"{E45D8920-A758-4088-B6C6-31DBB276992E}"
;
static
const
WCHAR
controlW
[]
=
{
'\\'
,
'c'
,
'o'
,
'n'
,
't'
,
'r'
,
'o'
,
'l'
,
'.'
,
'e'
,
'x'
,
'e'
,
0
};
...
...
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