| 43 | // On other platforms, use print_stacktrace() from within the target thread. |
| 44 | #ifdef _WIN32 |
| 45 | inline void print_stacktrace_for_thread(void* thread_handle) { |
| 46 | impl::print_stacktrace_for_thread((HANDLE)thread_handle); |
| 47 | } |
| 48 | #endif |
| 49 | |
| 50 | #endif // CRASH_HANDLER_H |
no outgoing calls
no test coverage detected