css_enhanced_waf/devtools/version_script.linux.txt

15 lines
184 B
Text
Raw Normal View History

2020-04-22 17:56:21 +01:00
{
global: *;
local:
extern "C++" {
*std::*;
__cxxabi*;
__gcc*;
__gxx*;
__gnu_cxx*;
__cxa*;
operator*;
__dynamic_cast
};
};