We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 68f313b + 4a4cba9 commit 6db1473Copy full SHA for 6db1473
main.cpp
@@ -25,6 +25,8 @@ namespace {
25
*/
26
27
vector<VersionToOffset> mshtml_gadget_offset_map = {
28
+ // Windows 10 Creators Update (Build v10.0.15063.138 as of Apr 11, 2017)
29
+ { 11, 0, 15063, 138, 0x00585068 },
30
// Windows 10 Creators Update (Build v10.0.15063.0 as of Mar 20, 2017)
31
{ 11, 0, 15063, 0, 0x00585098 },
32
// Windows 10 Anniversary Update (Build v10.0.14393.953 as of Mar 14, 2017)
0 commit comments