mirror of
https://github.com/chromium/crashpad.git
synced 2025-01-14 09:17:57 +08:00
3a886267aa
PROCESS_ALL_ACCESS was changed in later SDKs and the newer value fails when run on XP with ERROR_ACCESS_DENIED. Use the old value to maintain compatibility with XP. R=mark@chromium.org BUG=crashpad:50 Review URL: https://codereview.chromium.org/1337133002 .