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
70567d9f
Commit
70567d9f
authored
Nov 30, 2020
by
Jacek Caban
Committed by
Alexandre Julliard
Nov 30, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mshtml: Update to Wine Gecko 2.47.2.
Signed-off-by:
Jacek Caban
<
jacek@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
251a2b95
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
addons.c
dlls/appwiz.cpl/addons.c
+3
-3
nsiface.idl
dlls/mshtml/nsiface.idl
+1
-1
No files found.
dlls/appwiz.cpl/addons.c
View file @
70567d9f
...
@@ -45,13 +45,13 @@
...
@@ -45,13 +45,13 @@
WINE_DEFAULT_DEBUG_CHANNEL
(
appwizcpl
);
WINE_DEFAULT_DEBUG_CHANNEL
(
appwizcpl
);
#define GECKO_VERSION "2.47.
1
"
#define GECKO_VERSION "2.47.
2
"
#ifdef __i386__
#ifdef __i386__
#define GECKO_ARCH "x86"
#define GECKO_ARCH "x86"
#define GECKO_SHA "
f00b0e2892404827e8ce6811dedfc25ae699a09955bb3df1bbb31753e51da051
"
#define GECKO_SHA "
e520ce7336cd420cd09c91337d87e74bb420300fd5cbc6f724c1802766b6a61d
"
#elif defined(__x86_64__)
#elif defined(__x86_64__)
#define GECKO_ARCH "x86_64"
#define GECKO_ARCH "x86_64"
#define GECKO_SHA "
69312e79a988da3e7d292382005e92bc4d4b2a52a23c34440ae3007feb57474a
"
#define GECKO_SHA "
0596761024823ff3c21f13e1cd5cd3e89dccc698294d62974d8930aeda86ce45
"
#else
#else
#define GECKO_ARCH ""
#define GECKO_ARCH ""
#define GECKO_SHA "???"
#define GECKO_SHA "???"
...
...
dlls/mshtml/nsiface.idl
View file @
70567d9f
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
#
pragma
makedep
header
#
pragma
makedep
header
cpp_quote
(
"#define GECKO_VERSION \"
2.47.
1
\
""
)
cpp_quote
(
"#define GECKO_VERSION \"
2.47.
2
\
""
)
cpp_quote
(
"#define GECKO_VERSION_STRING \"
Wine
Gecko
\
" GECKO_VERSION"
)
cpp_quote
(
"#define GECKO_VERSION_STRING \"
Wine
Gecko
\
" GECKO_VERSION"
)
import
"wtypes.idl"
;
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