зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1829971: Remove MinGW defines from sdkdecls r=bobowen
Differential Revision: https://phabricator.services.mozilla.com/D176732
This commit is contained in:
Родитель
3b00c227c2
Коммит
a0da369ea4
|
@ -365,15 +365,4 @@ IsUserCetAvailableInEnvironment(
|
|||
|
||||
#endif // (_WIN32_WINNT < 0x0A00)
|
||||
|
||||
#if defined(__MINGW32__)
|
||||
|
||||
// winnt.h
|
||||
#define THREAD_DYNAMIC_CODE_ALLOW 1 // Opt-out of dynamic code generation.
|
||||
|
||||
// Mingw uses an old version THREAD_INFORMATION_CLASS defined in winbase.h
|
||||
// where ThreadDynamicCodePolicy does not exist.
|
||||
#define ThreadDynamicCodePolicy static_cast<THREAD_INFORMATION_CLASS>(2)
|
||||
|
||||
#endif // defined(__MINGW32__)
|
||||
|
||||
#endif // _SECURITY_SANDBOX_BASE_SHIM_SDKDECLS_H_
|
||||
|
|
Загрузка…
Ссылка в новой задаче