mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-21 14:10:41 -06:00
10 lines
109 B
C
10 lines
109 B
C
|
|
#if !defined(STATIC_BASE)
|
|
# if defined(_WIN32)
|
|
__declspec(dllexport)
|
|
# endif
|
|
#endif
|
|
void base(void)
|
|
{
|
|
}
|