aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/cxxsupp/libcxx/include/unwind.h
blob: 9120d3eaecd00ca4d3fe5d4ce7809d60e3c52925 (plain) (blame)
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