1 2 3 4 5 6 7
#pragma once #if defined(__IOS__) #include_next <unwind.h> #else #include <contrib/libs/cxxsupp/libcxxrt/unwind.h> #endif