添加version.map文件
This commit is contained in:
11
src/version.map
Normal file
11
src/version.map
Normal file
@@ -0,0 +1,11 @@
|
||||
VERS_2.4{
|
||||
global:
|
||||
extern "C++" {
|
||||
*Maat_*;
|
||||
*SFH_*;
|
||||
*GIE_*;
|
||||
#for test
|
||||
*my_scandir*;
|
||||
};
|
||||
local: *;
|
||||
};
|
||||
Reference in New Issue
Block a user