mirror of
https://github.com/chromium/crashpad.git
synced 2024-12-28 07:48:14 +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 .