10 lines
105 B
C
10 lines
105 B
C
|
|
#if !defined(STATIC_BASE)
|
|
# if defined(_WIN32)
|
|
__declspec(dllexport)
|
|
# endif
|
|
#endif
|
|
void base()
|
|
{
|
|
}
|