mscoree: Update Wine Mono to 4.6.3.

This brings in some build fixes, bugfixes from upstream, and a patch from
Paul Gofman for compatibility with 64-bit Managed C++ code.

Signed-off-by: Vincent Povirk <vincent@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Vincent Povirk 2016-06-07 14:23:12 -05:00 committed by Alexandre Julliard
parent 55b8c75528
commit 62e253796e
2 changed files with 3 additions and 3 deletions

View file

@ -64,8 +64,8 @@ WINE_DEFAULT_DEBUG_CHANNEL(appwizcpl);
#define GECKO_SHA "???"
#endif
#define MONO_VERSION "4.6.2"
#define MONO_SHA "0a5090a3b81b6250a5d7104fc585bd871a9e467d"
#define MONO_VERSION "4.6.3"
#define MONO_SHA "c1d6d223c99c41a9d4e674e967042f10bfe02b8b"
typedef struct {
const char *version;

View file

@ -675,7 +675,7 @@ static BOOL install_wine_mono(void)
LONG len;
BOOL ret;
static const char* mono_version = "4.6.2";
static const char* mono_version = "4.6.3";
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};