mscoree: Update Wine Mono to 4.7.5.
This contains a bugfix from Akihiro Sagawa. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=46369 Signed-off-by: Vincent Povirk <vincent@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
8563a2c4f5
commit
0ff7fd1259
|
@ -65,8 +65,8 @@ WINE_DEFAULT_DEBUG_CHANNEL(appwizcpl);
|
||||||
#define GECKO_SHA "???"
|
#define GECKO_SHA "???"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define MONO_VERSION "4.7.3"
|
#define MONO_VERSION "4.7.5"
|
||||||
#define MONO_SHA "d24a8017371c7e8224a1778bb43a113ed7ed9720efd9d0cda175d42db6106d3a"
|
#define MONO_SHA "154d68d476cdedef56f159d837fbb5eef9358a9f85de89f86c189ec4da004b3f"
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
const char *version;
|
const char *version;
|
||||||
|
|
|
@ -682,7 +682,7 @@ static BOOL install_wine_mono(void)
|
||||||
LONG len;
|
LONG len;
|
||||||
BOOL ret;
|
BOOL ret;
|
||||||
|
|
||||||
static const char* mono_version = "4.7.3";
|
static const char* mono_version = "4.7.5";
|
||||||
static const char* mono_upgrade_code = "{DE624609-C6B5-486A-9274-EF0B854F6BC5}";
|
static const char* mono_upgrade_code = "{DE624609-C6B5-486A-9274-EF0B854F6BC5}";
|
||||||
|
|
||||||
static const WCHAR controlW[] = {'\\','c','o','n','t','r','o','l','.','e','x','e',0};
|
static const WCHAR controlW[] = {'\\','c','o','n','t','r','o','l','.','e','x','e',0};
|
||||||
|
|
Loading…
Reference in New Issue