зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1437309: Delayload crypt32 and wintrust in mozglue; r=glandium
This commit is contained in:
Родитель
c34f6ed90c
Коммит
1eec067d63
|
@ -66,6 +66,10 @@ if CONFIG['MOZ_WIDGET_TOOLKIT']:
|
||||||
'version',
|
'version',
|
||||||
'wintrust',
|
'wintrust',
|
||||||
]
|
]
|
||||||
|
DELAYLOAD_DLLS += [
|
||||||
|
'crypt32.dll',
|
||||||
|
'wintrust.dll',
|
||||||
|
]
|
||||||
EXPORTS.mozilla += [
|
EXPORTS.mozilla += [
|
||||||
'Authenticode.h',
|
'Authenticode.h',
|
||||||
]
|
]
|
||||||
|
|
Загрузка…
Ссылка в новой задаче