Commit 25a5ea7
committed
Add patched backtrace crate
- Get rid of RtlCaptureContext import, manually implement it
- Add support for older dbghelp versions. With this, backtraces on XP+
are supported out of the box. It seems that the "best" version for old
systems is the one from VS2005, found in
"Microsoft Visual Studio 8\Common7\IDE\dbghelp.dll".
This one is compiled with 9x support (unlike the VS2003 one!).1 parent 4e78d9e commit 25a5ea7
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
0 commit comments