Bug 1544493: Add ntdll to libxul OS_LIBS; r=mhowell

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Aaron Klotz 2019-04-15 17:56:43 +00:00
Родитель a1a4b28ebb
Коммит 9489342e23
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -192,6 +192,7 @@ if CONFIG['OS_ARCH'] == 'WINNT':
OS_LIBS += [
'crypt32',
'shell32',
'ntdll',
'ole32',
'version',
'winspool',