0007.patch (916B)
1 From: Michael Froman <mfroman@mozilla.com> 2 Date: Mon, 20 Jun 2022 22:34:00 +0000 3 Subject: Bug 1775143 - pt9 - (mirror) 8b33eb369e9e r=ng 4 5 (skip-generation) 6 7 Depends on D149822 8 9 Differential Revision: https://phabricator.services.mozilla.com/D149823 10 Mercurial Revision: https://hg.mozilla.org/mozilla-central/rev/99575d260702afb300459d1bb5c23da1175a970a 11 --- 12 config/win/BUILD.gn | 2 +- 13 1 file changed, 1 insertion(+), 1 deletion(-) 14 15 diff --git a/config/win/BUILD.gn b/config/win/BUILD.gn 16 index a71603fb1..e656a35e2 100644 17 --- a/config/win/BUILD.gn 18 +++ b/config/win/BUILD.gn 19 @@ -289,7 +289,7 @@ config("runtime_library") { 20 # manually override this config for their compiles. 21 config("winver") { 22 defines = [ 23 - "NTDDI_VERSION=NTDDI_WIN11_GE", 24 + "NTDDI_VERSION=0x0A000000", 25 26 # We can't say `=_WIN32_WINNT_WIN10` here because some files do 27 # `#if WINVER < 0x0600` without including windows.h before,