mirror of
https://github.com/rehlds/reapi.git
synced 2024-12-26 06:35:28 +03:00
14c7411b39
Adjust version script
25 lines
326 B
Plaintext
25 lines
326 B
Plaintext
REAPI_ABI_1.0 {
|
|
global:
|
|
*;
|
|
local:
|
|
_Zn*;
|
|
_Zd*;
|
|
|
|
extern "C++" {
|
|
regfunc::*;
|
|
*lambda*;
|
|
_callVoidForward*;
|
|
_callForward*;
|
|
*std::*;
|
|
*__cxxabi*::*;
|
|
*__gnu_cxx::*;
|
|
__cxa_*;
|
|
_txnal_*;
|
|
__dynamic_cast;
|
|
__gxx_personality_*;
|
|
__gcclibcxx_demangle_callback;
|
|
*_libm_*;
|
|
*_intel_*;
|
|
};
|
|
};
|