зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1852806 - Remove macros for older Windows SDK from browser/app/winlauncher/. r=mhowell
Depends on D188018 Differential Revision: https://phabricator.services.mozilla.com/D188019
This commit is contained in:
Родитель
217c7989da
Коммит
2c64d3bab2
|
@ -122,12 +122,6 @@ static nsReturnRef<HANDLE> CreateJobAndAssignProcess(HANDLE aProcess) {
|
|||
(0x00000002ULL << 40)
|
||||
#endif // !defined(PROCESS_CREATION_MITIGATION_POLICY_CONTROL_FLOW_GUARD_ALWAYS_OFF)
|
||||
|
||||
#if (_WIN32_WINNT < 0x0602)
|
||||
BOOL WINAPI
|
||||
SetProcessMitigationPolicy(PROCESS_MITIGATION_POLICY aMitigationPolicy,
|
||||
PVOID aBuffer, SIZE_T aBufferLen);
|
||||
#endif // (_WIN32_WINNT >= 0x0602)
|
||||
|
||||
/**
|
||||
* Any mitigation policies that should be set on the browser process should go
|
||||
* here.
|
||||
|
|
Загрузка…
Ссылка в новой задаче