csgo-2018-source/devtools/version_script.linux.txt

15 lines
184 B
Plaintext
Raw Permalink Normal View History

2021-07-25 12:11:47 +08:00
{
global: *;
local:
extern "C++" {
*std::*;
__cxxabi*;
__gcc*;
__gxx*;
__gnu_cxx*;
__cxa*;
operator*;
__dynamic_cast
};
};