SystemInformation: fill in code for windows backtrace
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)
Topic-rename: SystemInformation-windows-backtrace
Edited by Brad King