添加version.map文件

This commit is contained in:
zhengchao
2018-11-20 17:28:13 +08:00
parent 001fd7d892
commit 1ec4787f8d

11
src/version.map Normal file
View File

@@ -0,0 +1,11 @@
VERS_2.4{
global:
extern "C++" {
*Maat_*;
*SFH_*;
*GIE_*;
#for test
*my_scandir*;
};
local: *;
};