diff options
author | Moonchild <moonchild@palemoon.org> | 2020-09-17 15:28:59 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-09-17 15:28:59 +0000 |
commit | a0cdf328774e553eec1df9276604362d7a3679cd (patch) | |
tree | f0cc09abc8f4dae8cb27b53a2c5421ce329f45db /toolkit | |
parent | 8151bb2b05f71c7fac9aefc94b97d7b703c8d803 (diff) | |
download | UXP-a0cdf328774e553eec1df9276604362d7a3679cd.tar UXP-a0cdf328774e553eec1df9276604362d7a3679cd.tar.gz UXP-a0cdf328774e553eec1df9276604362d7a3679cd.tar.lz UXP-a0cdf328774e553eec1df9276604362d7a3679cd.tar.xz UXP-a0cdf328774e553eec1df9276604362d7a3679cd.zip |
Issue #1653 - Part 2: Stop indirectly loading DWM functions through WinUtils.
Diffstat (limited to 'toolkit')
-rw-r--r-- | toolkit/library/moz.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toolkit/library/moz.build b/toolkit/library/moz.build index d9b167547..9daef44a4 100644 --- a/toolkit/library/moz.build +++ b/toolkit/library/moz.build @@ -277,6 +277,7 @@ if CONFIG['OS_ARCH'] == 'WINNT': 'psapi', 'ws2_32', 'dbghelp', + 'dwmapi', 'rasapi32', 'rasdlg', 'iphlpapi', |