tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit 4c3085209276b3265e6970307ca9d03f94d60b2d
parent 94b04c36ca444d3bc35a143f393ca96e7bf99c00
Author: Emilio Cobos Álvarez <emilio@crisal.io>
Date:   Thu, 23 Oct 2025 17:46:41 +0000

Bug 1995960 - Link to shcore from widget/windows/moz.build. r=win-reviewers,gstoll

Differential Revision: https://phabricator.services.mozilla.com/D269778

Diffstat:
Mwidget/windows/moz.build | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/widget/windows/moz.build b/widget/windows/moz.build @@ -215,6 +215,7 @@ USE_LIBS += [ OS_LIBS += [ "ktmw32", "rpcrt4", + "shcore", "urlmon", "winmm", ]