Files
cool-source-archive/devtools/version_script.linux.txt
Totterynine 4b952b0e4e init
2021-09-13 15:31:53 +05:00

15 lines
184 B
Plaintext

{
global: *;
local:
extern "C++" {
*std::*;
__cxxabi*;
__gcc*;
__gxx*;
__gnu_cxx*;
__cxa*;
operator*;
__dynamic_cast
};
};