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:
Masatoshi Kimura 2023-09-15 03:19:26 +00:00
Родитель 217c7989da
Коммит 2c64d3bab2
1 изменённых файлов: 0 добавлений и 6 удалений

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

@ -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.