From 9489342e23ac3bd47f343b3deffc493d2f70049c Mon Sep 17 00:00:00 2001 From: Aaron Klotz Date: Mon, 15 Apr 2019 17:56:43 +0000 Subject: [PATCH] Bug 1544493: Add ntdll to libxul OS_LIBS; r=mhowell Differential Revision: https://phabricator.services.mozilla.com/D27542 --HG-- extra : moz-landing-system : lando --- toolkit/library/moz.build | 1 + 1 file changed, 1 insertion(+) diff --git a/toolkit/library/moz.build b/toolkit/library/moz.build index d2e9a265b91c..807d96ef0bbc 100644 --- a/toolkit/library/moz.build +++ b/toolkit/library/moz.build @@ -192,6 +192,7 @@ if CONFIG['OS_ARCH'] == 'WINNT': OS_LIBS += [ 'crypt32', 'shell32', + 'ntdll', 'ole32', 'version', 'winspool',