Bug 1437309: Delayload crypt32 and wintrust in mozglue; r=glandium

This commit is contained in:
Aaron Klotz 2018-02-12 12:17:36 -07:00
Родитель c34f6ed90c
Коммит 1eec067d63
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -66,6 +66,10 @@ if CONFIG['MOZ_WIDGET_TOOLKIT']:
'version',
'wintrust',
]
DELAYLOAD_DLLS += [
'crypt32.dll',
'wintrust.dll',
]
EXPORTS.mozilla += [
'Authenticode.h',
]