Skip to content
  • Ken Martin's avatar
    SystemInformation: Implement backtrace support on Windows · 43c6e2fd
    Ken Martin authored and Brad King's avatar Brad King committed
    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).
    43c6e2fd