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
5f0b5d35
Commit
5f0b5d35
authored
Dec 10, 2019
by
Jacek Caban
Committed by
Alexandre Julliard
Dec 11, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mshtml: Update to Wine Gecko 2.47.1.
Signed-off-by:
Jacek Caban
<
jacek@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
4273b29c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
addons.c
dlls/appwiz.cpl/addons.c
+4
-4
nsiface.idl
dlls/mshtml/nsiface.idl
+1
-1
No files found.
dlls/appwiz.cpl/addons.c
View file @
5f0b5d35
...
...
@@ -45,14 +45,14 @@
WINE_DEFAULT_DEBUG_CHANNEL
(
appwizcpl
);
#define GECKO_VERSION "2.47"
#define GECKO_VERSION "2.47
.1
"
#ifdef __i386__
#define ARCH_STRING "x86"
#define GECKO_SHA "
3b8a361f5d63952d21caafd74e849a774994822fb96c5922b01d554f1677643a
"
#define GECKO_SHA "
f00b0e2892404827e8ce6811dedfc25ae699a09955bb3df1bbb31753e51da051
"
#elif defined(__x86_64__)
#define ARCH_STRING "x86_64"
#define GECKO_SHA "
c565ea25e50ea953937d4ab01299e4306da4a556946327d253ea9b28357e4a7d
"
#define GECKO_SHA "
69312e79a988da3e7d292382005e92bc4d4b2a52a23c34440ae3007feb57474a
"
#else
#define ARCH_STRING ""
#define GECKO_SHA "???"
...
...
@@ -79,7 +79,7 @@ typedef struct {
static
const
addon_info_t
addons_info
[]
=
{
{
GECKO_VERSION
,
L"wine
_
gecko-"
GECKO_VERSION
"-"
ARCH_STRING
".msi"
,
L"wine
-
gecko-"
GECKO_VERSION
"-"
ARCH_STRING
".msi"
,
L"gecko"
,
GECKO_SHA
,
"http://source.winehq.org/winegecko.php"
,
...
...
dlls/mshtml/nsiface.idl
View file @
5f0b5d35
...
...
@@ -25,7 +25,7 @@
#
pragma
makedep
header
cpp_quote
(
"#define GECKO_VERSION \"
2.47
\
""
)
cpp_quote
(
"#define GECKO_VERSION \"
2.47
.1
\
""
)
cpp_quote
(
"#define GECKO_VERSION_STRING \"
Wine
Gecko
\
" GECKO_VERSION"
)
import
"wtypes.idl"
;
...
...
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