mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-09 14:06:33 +00:00
OpenThread(THREAD_ALL_ACCESS, ...) fails on XP with the uplevel value of THREAD_ALL_ACCESS, so use the XP value. Similar to the PROCESS_ALL_ACCESS in https://codereview.chromium.org/1337133002/ but I mistakenly only grepped for PROCESS_ALL_ACCESS at that point. R=mark@chromium.org BUG=crashpad:50 Review URL: https://codereview.chromium.org/1337653005 .