2016-10-05 18:28:45 +08:00
|
|
|
#include "subdir/exports.h"
|
|
|
|
|
|
|
|
int statlibfunc(void);
|
2016-10-10 21:52:41 +08:00
|
|
|
int statlibfunc2(void);
|
2016-10-05 18:28:45 +08:00
|
|
|
|
|
|
|
int DLL_PUBLIC shlibfunc2(void) {
|
2016-10-10 21:52:41 +08:00
|
|
|
return statlibfunc() - statlibfunc2();
|
2016-10-05 18:28:45 +08:00
|
|
|
}
|