mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-09 14:06:33 +00:00
Provide backup #defines for things introduced in SDK 10.0.10240.0
This follows discussion on https://chromium-review.googlesource.com/409098/. Change-Id: Ic82b64a14bb89cfdf1c88b1482cc2c2c9c0c2589 Reviewed-on: https://chromium-review.googlesource.com/409604 Reviewed-by: Scott Graham <scottmg@chromium.org>
This commit is contained in:
parent
741c9cc51e
commit
1382618fbe
@ -29,6 +29,28 @@ struct PROCESSOR_POWER_INFORMATION {
|
||||
ULONG CurrentIdleState;
|
||||
};
|
||||
|
||||
// 10.0.10240.0 SDK
|
||||
|
||||
#ifndef PROCESSOR_ARCHITECTURE_ARM64
|
||||
#define PROCESSOR_ARCHITECTURE_ARM64 12
|
||||
#endif
|
||||
|
||||
#ifndef PF_ARM_V8_INSTRUCTIONS_AVAILABLE
|
||||
#define PF_ARM_V8_INSTRUCTIONS_AVAILABLE 29
|
||||
#endif
|
||||
|
||||
#ifndef PF_ARM_V8_CRYPTO_INSTRUCTIONS_AVAILABLE
|
||||
#define PF_ARM_V8_CRYPTO_INSTRUCTIONS_AVAILABLE 30
|
||||
#endif
|
||||
|
||||
#ifndef PF_ARM_V8_CRC32_INSTRUCTIONS_AVAILABLE
|
||||
#define PF_ARM_V8_CRC32_INSTRUCTIONS_AVAILABLE 31
|
||||
#endif
|
||||
|
||||
#ifndef PF_RDTSCP_INSTRUCTION_AVAILABLE
|
||||
#define PF_RDTSCP_INSTRUCTION_AVAILABLE 32
|
||||
#endif
|
||||
|
||||
// 10.0.14393.0 SDK
|
||||
|
||||
#ifndef PROCESSOR_ARCHITECTURE_ARM32_ON_WIN64
|
||||
|
Loading…
x
Reference in New Issue
Block a user