2022-08-04 22:12:04 +02:00

10 lines
105 B
C

#if !defined(STATIC_BASE)
# if defined(_WIN32)
__declspec(dllexport)
# endif
#endif
void base()
{
}