mirror of
https://github.com/FEX-Emu/libunwind.git
synced 2025-03-02 11:57:25 +00:00
6 lines
109 B
C++
6 lines
109 B
C++
#define UNW_LOCAL_ONLY
|
|
#include <libunwind.h>
|
|
#if !defined(UNW_REMOTE_ONLY)
|
|
#include "Gtest-init.cxx"
|
|
#endif
|