mirror of
https://github.com/chromium/crashpad.git
synced 2024-12-29 00:32:35 +08:00
Scott Graham
c3cc1d19c1
win: Fix use of THREAD_ALL_ACCESS on XP
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 .
Description
Languages
C++
92.6%
Objective-C++
2.5%
C
2%
Python
1.7%
Assembly
0.9%
Other
0.3%