SystemInformation: Implement backtrace support on Windows
The prior code had no implementation on windows. This code relies on dbghelp.dll which is a standard part of the operating system. It is implemented for OS from Vista forward when compiled with MSVC version 1800 or later (VS2013).
Loading
Please register or sign in to comment