22 #ifndef __HERMES_COMMON_CALLSTACK_H_
23 #define __HERMES_COMMON_CALLSTACK_H_
27 #ifdef WITH_WINDOWS_STACKWALKER
30 #include "StackWalker.h"
36 class MyStackWalker :
public StackWalker
39 MyStackWalker() : StackWalker(StackWalker::RetrieveSymbol & StackWalker::RetrieveLine, nullptr, GetCurrentProcessId(), GetCurrentProcess())
44 virtual void OnOutput(LPCSTR szText)
File containing platform compatibility layer, especially for Win / MSVC.
File containing common definitions, and basic global enums etc. for HermesCommon. ...